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" --- e2fsprogs/old_e2fsprogs/tune2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e2fsprogs/old_e2fsprogs/tune2fs.c') diff --git a/e2fsprogs/old_e2fsprogs/tune2fs.c b/e2fsprogs/old_e2fsprogs/tune2fs.c index e5a9337..920a50c 100644 --- a/e2fsprogs/old_e2fsprogs/tune2fs.c +++ b/e2fsprogs/old_e2fsprogs/tune2fs.c @@ -44,7 +44,7 @@ #include "util.h" #include "blkid/blkid.h" -#include "busybox.h" +#include "libbb.h" static char * device_name = NULL; static char * new_label, *new_last_mounted, *new_UUID; -- cgit v1.1