diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 04:17:26 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-02-22 04:17:26 +0000 |
commit | 43ab1807a466958f3319740d1f5484a883d983ac (patch) | |
tree | fa4b77c3605550ffeb5b876136f10ab4855bd37b /init | |
parent | d113fbc2bd7af51304124ad43d73b9f66896e4d6 (diff) | |
download | busybox-w32-43ab1807a466958f3319740d1f5484a883d983ac.tar.gz busybox-w32-43ab1807a466958f3319740d1f5484a883d983ac.tar.bz2 busybox-w32-43ab1807a466958f3319740d1f5484a883d983ac.zip |
Thomas Geulig, remove duplicate header
git-svn-id: svn://busybox.net/trunk/busybox@8536 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@ | |||
25 | #include <unistd.h> | 25 | #include <unistd.h> |
26 | #include <getopt.h> | 26 | #include <getopt.h> |
27 | #include <sys/reboot.h> | 27 | #include <sys/reboot.h> |
28 | #include <sys/reboot.h> | ||
29 | #include <sys/syslog.h> | 28 | #include <sys/syslog.h> |
30 | #include "busybox.h" | 29 | #include "busybox.h" |
31 | #include "init_shared.h" | 30 | #include "init_shared.h" |
@@ -94,4 +93,3 @@ extern int bb_shutdown_system(unsigned long magic) | |||
94 | return 0; /* Shrug */ | 93 | return 0; /* Shrug */ |
95 | } | 94 | } |
96 | #endif | 95 | #endif |
97 | |||