diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-13 16:41:29 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-13 16:41:29 +0000 |
commit | 21a1f8085d0b26b16068cd4c5b484989f636f734 (patch) | |
tree | 54a624d1c2c18d6945b495840f34442e2b8d8ccb /init/init.c | |
parent | 179c1041c4169c5331da22d16745f71bd8de6930 (diff) | |
download | busybox-w32-21a1f8085d0b26b16068cd4c5b484989f636f734.tar.gz busybox-w32-21a1f8085d0b26b16068cd4c5b484989f636f734.tar.bz2 busybox-w32-21a1f8085d0b26b16068cd4c5b484989f636f734.zip |
A couple of updates to fix some minor cross compiling issues
git-svn-id: svn://busybox.net/trunk/busybox@1446 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 1 |
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 { | |||
88 | #include <sys/reboot.h> | 88 | #include <sys/reboot.h> |
89 | #define init_reboot(magic) reboot(magic) | 89 | #define init_reboot(magic) reboot(magic) |
90 | #else | 90 | #else |
91 | extern int reboot __P ((int __howto)); | ||
92 | #define init_reboot(magic) reboot(0xfee1dead, 672274793, magic) | 91 | #define init_reboot(magic) reboot(0xfee1dead, 672274793, magic) |
93 | #endif | 92 | #endif |
94 | #endif | 93 | #endif |