change strange depend to libbb.h, but require busybox.h
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Thu, 6 Oct 2005 15:18:09 +0000 (15:18 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Thu, 6 Oct 2005 15:18:09 +0000 (15:18 -0000)
coreutils/uudecode.c
debianutils/run_parts.c
editors/patch.c
init/mesg.c

index 6167c9fad2d2842de6c66baaf6357f5c89a43568..b4bcc72e26bf7d10f27aa42dd6012c41e344e1b6 100644 (file)
@@ -27,8 +27,7 @@
 #include <getopt.h> /* optind */
 #include <string.h>
 #include <stdlib.h>
-
-#include "libbb.h"
+#include "busybox.h"
 
 static int read_stduu(FILE *src_stream, FILE *dst_stream)
 {
index 6205595bf892c417eb5d0dec6b261069581fe627..90314354c85a256fdfdc3e5b174414bee79be25d 100644 (file)
@@ -52,7 +52,7 @@
 #include <getopt.h>
 #include <stdlib.h>
 
-#include "libbb.h"
+#include "busybox.h"
 
 static const struct option runparts_long_options[] = {
        { "test",               0,              NULL,           't' },
index 59b70210fa263d6ea28b57429a3fbac913069fc4..980c37f400e52da09d35ebfc0f2fc3a4be5ce584 100644 (file)
@@ -39,7 +39,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include "busybox.h"
-#include "libbb.h"
 
 static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count)
 {
index 7fd9d24ae908ec25ccb9a599c8221309f0e5b3b4..f1cbe7ea0c12a7b489beb2a890063883db007925 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <unistd.h>
 #include <stdlib.h>
-#include "libbb.h"
+#include "busybox.h"
 
 #ifdef USE_TTY_GROUP
 #define S_IWGRP_OR_S_IWOTH     S_IWGRP