Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-26 01:45:58 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-26 01:45:58 +0400
commit3570a34de46b1f7dedd16999bb1687e2d6b55d40 (patch)
tree7fa09f8a448d71c604288ec50a1777e657f57db5 /init
parentcaffb6eff0e33a80da630963f21346c21186da39 (diff)
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
Diffstat (limited to 'init')
-rw-r--r--init/halt.c2
-rw-r--r--init/init.c2
-rw-r--r--init/poweroff.c2
-rw-r--r--init/reboot.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/init/halt.c b/init/halt.c
index 2ca36d038..c3e2523c0 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -21,7 +21,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <signal.h>
extern int halt_main(int argc, char **argv)
diff --git a/init/init.c b/init/init.c
index 2c23e60b7..17e605ba0 100644
--- a/init/init.c
+++ b/init/init.c
@@ -27,7 +27,7 @@
#define DEBUG_INIT
*/
-#include "internal.h"
+#include "busybox.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/init/poweroff.c b/init/poweroff.c
index 126a0fb94..3101a20dc 100644
--- a/init/poweroff.c
+++ b/init/poweroff.c
@@ -21,7 +21,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <signal.h>
extern int poweroff_main(int argc, char **argv)
diff --git a/init/reboot.c b/init/reboot.c
index bde8dbd77..354286d47 100644
--- a/init/reboot.c
+++ b/init/reboot.c
@@ -21,7 +21,7 @@
*
*/
-#include "internal.h"
+#include "busybox.h"
#include <signal.h>
extern int reboot_main(int argc, char **argv)