From c82bee530f599eb0177d451d11cb3e8770ab3635 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 9 Apr 2001 23:54:15 +0000 Subject: "I will always compile before I commit" x 100 git-svn-id: svn://busybox.net/trunk/busybox@2293 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- init/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'init') 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; static const int RB_DISABLE_CAD = 0; #define RB_POWER_OFF 0x4321fedc static const int RB_AUTOBOOT = 0x01234567; +#endif #if __GNU_LIBRARY__ > 5 #include -- cgit v1.2.3-55-g6feb