aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-09 23:54:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-09 23:54:15 +0000
commit2f2da90fd45dc628cecbcf2f545070f89165af55 (patch)
tree4c902617432b54dec8341eeae5a3b4585a2991cf /init.c
parentb6b519b416189202d18d888d61d8bbe50dc30325 (diff)
downloadbusybox-2f2da90fd45dc628cecbcf2f545070f89165af55.tar.gz
"I will always compile before I commit" x 100
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.c b/init.c
index 619421891..112d066a6 100644
--- a/init.c
+++ b/init.c
@@ -85,6 +85,7 @@ static const int RB_ENABLE_CAD = 0x89abcdef;
static const int RB_DISABLE_CAD = 0;
#define RB_POWER_OFF 0x4321fedc
static const int RB_AUTOBOOT = 0x01234567;
+#endif
#if __GNU_LIBRARY__ > 5
#include <sys/reboot.h>