aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.c1
-rw-r--r--init/init.c1
2 files changed, 2 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;
85static const int RB_DISABLE_CAD = 0; 85static const int RB_DISABLE_CAD = 0;
86#define RB_POWER_OFF 0x4321fedc 86#define RB_POWER_OFF 0x4321fedc
87static const int RB_AUTOBOOT = 0x01234567; 87static 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>
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;
85static const int RB_DISABLE_CAD = 0; 85static const int RB_DISABLE_CAD = 0;
86#define RB_POWER_OFF 0x4321fedc 86#define RB_POWER_OFF 0x4321fedc
87static const int RB_AUTOBOOT = 0x01234567; 87static 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>