diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-09 23:54:15 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-09 23:54:15 +0000 |
commit | c82bee530f599eb0177d451d11cb3e8770ab3635 (patch) | |
tree | 4c902617432b54dec8341eeae5a3b4585a2991cf /init | |
parent | 706cd0a9b3bb15cf437ca22b400a333877af0e37 (diff) | |
download | busybox-w32-c82bee530f599eb0177d451d11cb3e8770ab3635.tar.gz busybox-w32-c82bee530f599eb0177d451d11cb3e8770ab3635.tar.bz2 busybox-w32-c82bee530f599eb0177d451d11cb3e8770ab3635.zip |
"I will always compile before I commit" x 100
git-svn-id: svn://busybox.net/trunk/busybox@2293 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c index 619421891..112d066a6 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -85,6 +85,7 @@ static const int RB_ENABLE_CAD = 0x89abcdef; | |||
85 | static const int RB_DISABLE_CAD = 0; | 85 | static const int RB_DISABLE_CAD = 0; |
86 | #define RB_POWER_OFF 0x4321fedc | 86 | #define RB_POWER_OFF 0x4321fedc |
87 | static const int RB_AUTOBOOT = 0x01234567; | 87 | static const int RB_AUTOBOOT = 0x01234567; |
88 | #endif | ||
88 | 89 | ||
89 | #if __GNU_LIBRARY__ > 5 | 90 | #if __GNU_LIBRARY__ > 5 |
90 | #include <sys/reboot.h> | 91 | #include <sys/reboot.h> |