freebsd-nq/sbin/reboot
Xin LI faa0ecdd5d The kernel specified in main() of reboot(8) will be initialized
with -k option and never be used without kflag.  This confuses
gcc because we set "kflag" at the same time with "kernel", but
the logic is not that apparant for gcc.

Since we can initialize "kernel" to NULL then know if "k" option
is set through determining whether it is still NULL, don't try
to have gcc to guess why we are connecting "kflag" with "kernel"
and use "kernel" directly in place of kflag.

Bump WARNS?= from 2 to 6
2005-01-25 08:14:00 +00:00
..
boot_i386.8 Sort sections. 2005-01-18 10:09:38 +00:00
Makefile The kernel specified in main() of reboot(8) will be initialized 2005-01-25 08:14:00 +00:00
nextboot.8 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
nextboot.sh
reboot.8 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
reboot.c The kernel specified in main() of reboot(8) will be initialized 2005-01-25 08:14:00 +00:00