Skip to content

Commit

Permalink
Use the RB_AUTOBOOT define over 0.
Browse files Browse the repository at this point in the history
Approved by:	ru (mentor)
  • Loading branch information
ceri committed Feb 23, 2007
1 parent 5408430 commit 6c11797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/sysinstall/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ systemShutdown(int status)
#if defined(__alpha__) || defined(__sparc64__)
reboot(RB_HALT);
#else
reboot(0);
reboot(RB_AUTOBOOT);
#endif
}
else
Expand Down

0 comments on commit 6c11797

Please sign in to comment.