mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
"I will always compile before I commit" x 100
This commit is contained in:
parent
b6b519b416
commit
2f2da90fd4
2 changed files with 2 additions and 0 deletions
1
init.c
1
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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue