From ba248206fe50b4b905e220cdb68f4959593c17e7 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 6 Oct 2005 15:18:09 +0000 Subject: [PATCH] change strange depend to libbb.h, but require busybox.h --- coreutils/uudecode.c | 3 +-- debianutils/run_parts.c | 2 +- editors/patch.c | 1 - init/mesg.c | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 6167c9fad..b4bcc72e2 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -27,8 +27,7 @@ #include /* optind */ #include #include - -#include "libbb.h" +#include "busybox.h" static int read_stduu(FILE *src_stream, FILE *dst_stream) { diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 6205595bf..90314354c 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -52,7 +52,7 @@ #include #include -#include "libbb.h" +#include "busybox.h" static const struct option runparts_long_options[] = { { "test", 0, NULL, 't' }, diff --git a/editors/patch.c b/editors/patch.c index 59b70210f..980c37f40 100644 --- a/editors/patch.c +++ b/editors/patch.c @@ -39,7 +39,6 @@ #include #include #include "busybox.h" -#include "libbb.h" static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count) { diff --git a/init/mesg.c b/init/mesg.c index 7fd9d24ae..f1cbe7ea0 100644 --- a/init/mesg.c +++ b/init/mesg.c @@ -20,7 +20,7 @@ #include #include -#include "libbb.h" +#include "busybox.h" #ifdef USE_TTY_GROUP #define S_IWGRP_OR_S_IWOTH S_IWGRP