Use the RB_AUTOBOOT define over 0.

Approved by:	ru (mentor)
This commit is contained in:
Ceri Davies 2007-02-23 21:15:14 +00:00
parent 54084306cd
commit 6c11797498

View File

@ -263,7 +263,7 @@ systemShutdown(int status)
#if defined(__alpha__) || defined(__sparc64__)
reboot(RB_HALT);
#else
reboot(0);
reboot(RB_AUTOBOOT);
#endif
}
else