From 2f2da90fd45dc628cecbcf2f545070f89165af55 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 9 Apr 2001 23:54:15 +0000 Subject: [PATCH] "I will always compile before I commit" x 100 --- init.c | 1 + init/init.c | 1 + 2 files changed, 2 insertions(+) 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 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 -- 2.25.1