diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/dmesg.c | 2 | ||||
-rw-r--r-- | util-linux/fbset.c | 2 | ||||
-rw-r--r-- | util-linux/fdformat.c | 2 | ||||
-rw-r--r-- | util-linux/fdisk.c | 2 | ||||
-rw-r--r-- | util-linux/freeramdisk.c | 2 | ||||
-rw-r--r-- | util-linux/fsck_minix.c | 2 | ||||
-rw-r--r-- | util-linux/getopt.c | 2 | ||||
-rw-r--r-- | util-linux/hexdump.c | 2 | ||||
-rw-r--r-- | util-linux/hwclock.c | 2 | ||||
-rw-r--r-- | util-linux/ipcrm.c | 2 | ||||
-rw-r--r-- | util-linux/ipcs.c | 2 | ||||
-rw-r--r-- | util-linux/losetup.c | 3 | ||||
-rw-r--r-- | util-linux/mdev.c | 2 | ||||
-rw-r--r-- | util-linux/mkfs_minix.c | 2 | ||||
-rw-r--r-- | util-linux/mkswap.c | 2 | ||||
-rw-r--r-- | util-linux/more.c | 2 | ||||
-rw-r--r-- | util-linux/mount.c | 2 | ||||
-rw-r--r-- | util-linux/pivot_root.c | 2 | ||||
-rw-r--r-- | util-linux/rdate.c | 2 | ||||
-rw-r--r-- | util-linux/readprofile.c | 2 | ||||
-rw-r--r-- | util-linux/setarch.c | 2 | ||||
-rw-r--r-- | util-linux/swaponoff.c | 2 | ||||
-rw-r--r-- | util-linux/switch_root.c | 2 | ||||
-rw-r--r-- | util-linux/umount.c | 2 |
24 files changed, 24 insertions, 25 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 820b837..ed908ed 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c @@ -9,7 +9,7 @@ * Licensed under GPLv2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include <unistd.h> #include <sys/klog.h> diff --git a/util-linux/fbset.c b/util-linux/fbset.c index bd584e4..f963040 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c @@ -12,7 +12,7 @@ * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) */ -#include "busybox.h" +#include "libbb.h" #define DEFAULTFBDEV FB_0 #define DEFAULTFBMODE "/etc/fb.modes" diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index d694bd6..e9fbeee 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c @@ -9,7 +9,7 @@ * 5 July 2003 -- modified for Busybox by Erik Andersen */ -#include "busybox.h" +#include "libbb.h" /* Stuff extracted from linux/fd.h */ diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index f3c7ca4..a1893c6 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -8,7 +8,7 @@ */ #include <assert.h> /* assert */ -#include "busybox.h" +#include "libbb.h" /* Looks like someone forgot to add this to config system */ #ifndef ENABLE_FEATURE_FDISK_BLKSIZE diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index ae341b0..a1f2c56 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c @@ -9,7 +9,7 @@ * Licensed under GPLv2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" /* From <linux/fd.h> */ #define FDFLUSH _IO(2,0x4b) diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index cc73cdd..d35a25a 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c @@ -87,7 +87,7 @@ * enforced (but it's not much fun on a character device :-). */ -#include "busybox.h" +#include "libbb.h" #include <mntent.h> #include "minix.h" diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 68e69de..b4749c1 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -31,8 +31,8 @@ * */ -#include "busybox.h" #include <getopt.h> +#include "libbb.h" /* NON_OPT is the code that is returned when a non-option is found in '+' mode */ diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 85a4490..36ed1e9 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c @@ -10,7 +10,7 @@ */ #include <getopt.h> -#include "busybox.h" +#include "libbb.h" #include "dump.h" /* This is a NOEXEC applet. Be very careful! */ diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 4ca8eaf..6864925 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c @@ -11,7 +11,7 @@ #include <sys/ioctl.h> #include <sys/utsname.h> #include <getopt.h> -#include "busybox.h" +#include "libbb.h" /* Copied from linux/rtc.h to eliminate the kernel dependency */ struct linux_rtc_time { diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 025f527..1e62062 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c @@ -8,7 +8,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" /* X/OPEN tells us to use <sys/{types,ipc,sem}.h> for semctl() */ /* X/OPEN tells us to use <sys/{types,ipc,msg}.h> for msgctl() */ diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 489480c..393f948 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c @@ -8,7 +8,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include <errno.h> #include <time.h> #include <pwd.h> diff --git a/util-linux/losetup.c b/util-linux/losetup.c index b1e4b08..e2d4e4d 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -8,9 +8,8 @@ */ #include <getopt.h> -#include <stdlib.h> -#include "busybox.h" +#include "libbb.h" int losetup_main(int argc, char **argv); int losetup_main(int argc, char **argv) diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 6ff49fc..a4716e2 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -9,7 +9,7 @@ * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include "xregex.h" #define DEV_PATH "/dev" diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index d70d20f..9707ba3 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c @@ -62,7 +62,7 @@ * removed getopt based parser and added a hand rolled one. */ -#include "busybox.h" +#include "libbb.h" #include <mntent.h> #include "minix.h" diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index a84792c..88f1fbb 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c @@ -6,7 +6,7 @@ * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" int mkswap_main(int argc, char **argv); int mkswap_main(int argc, char **argv) diff --git a/util-linux/more.c b/util-linux/more.c index 2a38ef3..30ef896 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -14,7 +14,7 @@ * Licensed under GPLv2 or later, see file License in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #if ENABLE_FEATURE_USE_TERMIOS diff --git a/util-linux/mount.c b/util-linux/mount.c index 030ea66..fe2f1d9 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -18,7 +18,7 @@ mount_it_now() does the actual mount. */ -#include "busybox.h" +#include "libbb.h" #include <mntent.h> /* Needed for nfs support only... */ diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index 2706bd2..929ed30 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c @@ -8,7 +8,7 @@ * * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" extern int pivot_root(const char * new_root,const char * put_old); diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 33cf64e..9166546 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c @@ -8,7 +8,7 @@ * Licensed under GPL v2 or later, see file License for details. */ -#include "busybox.h" +#include "libbb.h" enum { RFC_868_BIAS = 2208988800UL }; diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index a17b9c8..f2bd3bb 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c @@ -32,7 +32,7 @@ * Paul Mundt <lethal@linux-sh.org>. */ -#include "busybox.h" +#include "libbb.h" #include <sys/utsname.h> #define S_LEN 128 diff --git a/util-linux/setarch.c b/util-linux/setarch.c index a7a45ec..f6433d6 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c @@ -14,7 +14,7 @@ #include <stdio.h> #include <sys/personality.h> -#include "busybox.h" +#include "libbb.h" int setarch_main(int ATTRIBUTE_UNUSED argc, char **argv); int setarch_main(int ATTRIBUTE_UNUSED argc, char **argv) diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 8930035..cb1bbe9 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -7,7 +7,7 @@ * Licensed under the GPL version 2, see the file LICENSE in this tarball. */ -#include "busybox.h" +#include "libbb.h" #include <mntent.h> #include <sys/swap.h> diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 88bb9db..72a2f46 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c @@ -6,7 +6,7 @@ * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include <sys/vfs.h> diff --git a/util-linux/umount.c b/util-linux/umount.c index 19f1345..7063a47 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -8,9 +8,9 @@ * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" #include <mntent.h> #include <getopt.h> +#include "libbb.h" #define OPTION_STRING "flDnravdt:" #define OPT_FORCE 1 |