A couple of updates to fix some minor cross compiling issues

This commit is contained in:
Eric Andersen
2000-12-13 16:41:29 +00:00
parent 4836fd44f0
commit 21125543e1
4 changed files with 6 additions and 8 deletions

View File

@@ -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