aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-13 16:41:29 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-13 16:41:29 +0000
commit21125543e189a88ae98a48248014839db40f4d61 (patch)
tree54a624d1c2c18d6945b495840f34442e2b8d8ccb /init
parent4836fd44f037c226e5eee83224cf090406602fae (diff)
downloadbusybox-21125543e189a88ae98a48248014839db40f4d61.tar.gz
A couple of updates to fix some minor cross compiling issues
Diffstat (limited to 'init')
-rw-r--r--init/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 75d2f33b9..0e9b74195 100644
--- a/init/init.c
+++ b/init/init.c
@@ -88,7 +88,6 @@ struct serial_struct {
#include <sys/reboot.h>
#define init_reboot(magic) reboot(magic)
#else
- extern int reboot __P ((int __howto));
#define init_reboot(magic) reboot(0xfee1dead, 672274793, magic)
#endif
#endif