From 3570a34de46b1f7dedd16999bb1687e2d6b55d40 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 25 Sep 2000 21:45:58 +0000 Subject: Renamed "internal.h" to the more sensible "busybox.h". -Erik --- init/halt.c | 2 +- init/init.c | 2 +- init/poweroff.c | 2 +- init/reboot.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'init') diff --git a/init/halt.c b/init/halt.c index 2ca36d0..c3e2523 100644 --- a/init/halt.c +++ b/init/halt.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int halt_main(int argc, char **argv) diff --git a/init/init.c b/init/init.c index 2c23e60..17e605b 100644 --- a/init/init.c +++ b/init/init.c @@ -27,7 +27,7 @@ #define DEBUG_INIT */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/init/poweroff.c b/init/poweroff.c index 126a0fb..3101a20 100644 --- a/init/poweroff.c +++ b/init/poweroff.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int poweroff_main(int argc, char **argv) diff --git a/init/reboot.c b/init/reboot.c index bde8dbd..354286d 100644 --- a/init/reboot.c +++ b/init/reboot.c @@ -21,7 +21,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int reboot_main(int argc, char **argv) -- cgit v1.1