diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 12:13:50 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 12:13:50 +0000 |
commit | da0925a2447e3b1ffedb2aedd8eb0f96659af9df (patch) | |
tree | ecb6bfb3b853087b8e684ec46e701d3aa7157d78 /sys/arch/socppc | |
parent | 249192daa01d83a62e2f5c55256d9c88a567cfc7 (diff) |
boot(): Unify declarations
OK deraadt@
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/socppc/machdep.c b/sys/arch/socppc/socppc/machdep.c index 2d52a1d19d8..a9dc40f3956 100644 --- a/sys/arch/socppc/socppc/machdep.c +++ b/sys/arch/socppc/socppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.48 2014/05/31 15:49:28 mpi Exp $ */ +/* $OpenBSD: machdep.c,v 1.49 2014/07/10 12:13:49 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -1028,7 +1028,7 @@ reserve_dumppages(caddr_t p) /* * Halt or reboot the machine after syncing/dumping according to howto. */ -void +__dead void boot(int howto) { static int syncing; |