From b6adbf1be29841501cc49917249e85f273e1df7c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 26 May 2007 19:00:18 +0000 Subject: usage.c: remove reference to busybox.h *: s/include "busybox.h"/include "libbb.h" --- runit/chpst.c | 2 +- runit/runsv.c | 2 +- runit/runsvdir.c | 2 +- runit/sv.c | 2 +- runit/svlogd.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'runit') diff --git a/runit/chpst.c b/runit/chpst.c index 7b90784..8eb1e8a 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* Busyboxed by Denis Vlasenko */ /* Dependencies on runit_lib.c removed */ -#include "busybox.h" +#include "libbb.h" #include diff --git a/runit/runsv.c b/runit/runsv.c index d5bfd4e..20f8495 100644 --- a/runit/runsv.c +++ b/runit/runsv.c @@ -30,7 +30,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#include "busybox.h" +#include "libbb.h" #include "runit_lib.h" static int selfpipe[2]; diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 4b94aa2..8db0fc1 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c @@ -30,7 +30,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#include "busybox.h" +#include "libbb.h" #include "runit_lib.h" #define MAXSERVICES 1000 diff --git a/runit/sv.c b/runit/sv.c index 01488c0..a918bb7 100644 --- a/runit/sv.c +++ b/runit/sv.c @@ -153,7 +153,7 @@ Exit Codes #include #include -#include "busybox.h" +#include "libbb.h" #include "runit_lib.h" static const char *acts; diff --git a/runit/svlogd.c b/runit/svlogd.c index 4e9644f..08e0b64 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c @@ -30,7 +30,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#include "busybox.h" +#include "libbb.h" #include "runit_lib.h" static unsigned verbose; -- cgit v1.1