Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-04-17 17:06:55 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2012-04-17 17:06:55 +0400
commit176bc344751dfc41e87976182381ae0560c94f22 (patch)
tree4fceb4c364f3dbabd43724d9352969a3df36e2a5 /e2fsprogs/tune2fs.c
parent86a03bee1d3d6990c03bf500836b19ec8a1c1f12 (diff)
Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r--e2fsprogs/tune2fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c
index 841d58a9c..46a745ee4 100644
--- a/e2fsprogs/tune2fs.c
+++ b/e2fsprogs/tune2fs.c
@@ -8,7 +8,7 @@
*/
#include "libbb.h"
#include <linux/fs.h>
-#include "bb_linux_ext2_fs.h"
+#include "bb_e2fs_defs.h"
// storage helpers
char BUG_wrong_field_size(void);