diff options
author | obrien <obrien@FreeBSD.org> | 2008-03-13 17:54:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-03-13 17:54:21 +0000 |
commit | d0848f449cfa552b05c30bcc6e51bc6139c3686e (patch) | |
tree | 0e709adb4347c9e9718297e045714dd2d55024ee /sys/boot/uboot/lib/reboot.c | |
parent | 3c1f420f6a964912961c71b20d47aa0ffb53c13d (diff) | |
download | FreeBSD-src-d0848f449cfa552b05c30bcc6e51bc6139c3686e.zip FreeBSD-src-d0848f449cfa552b05c30bcc6e51bc6139c3686e.tar.gz |
style(9) & style.Makefile(9)
Reviewed by: raj
Diffstat (limited to 'sys/boot/uboot/lib/reboot.c')
-rw-r--r-- | sys/boot/uboot/lib/reboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/uboot/lib/reboot.c b/sys/boot/uboot/lib/reboot.c index e709d50..6271ed1 100644 --- a/sys/boot/uboot/lib/reboot.c +++ b/sys/boot/uboot/lib/reboot.c @@ -30,5 +30,6 @@ __FBSDID("$FreeBSD$"); void exit(int code) { + ub_reset(); } |