diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-02-22 04:17:26 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-02-22 04:17:26 +0000 |
commit | e7f2b2bf315a71fc245a3c7f885444ca1be31d98 (patch) | |
tree | fa4b77c3605550ffeb5b876136f10ab4855bd37b /init | |
parent | 58fd67fa984c1c93cb9857391e677e1de421ea45 (diff) | |
download | busybox-e7f2b2bf315a71fc245a3c7f885444ca1be31d98.tar.gz |
Thomas Geulig, remove duplicate header
Diffstat (limited to 'init')
-rw-r--r-- | init/init_shared.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/init_shared.c b/init/init_shared.c index 339add13f..4b822fa94 100644 --- a/init/init_shared.c +++ b/init/init_shared.c @@ -25,7 +25,6 @@ #include <unistd.h> #include <getopt.h> #include <sys/reboot.h> -#include <sys/reboot.h> #include <sys/syslog.h> #include "busybox.h" #include "init_shared.h" @@ -94,4 +93,3 @@ extern int bb_shutdown_system(unsigned long magic) return 0; /* Shrug */ } #endif - |