diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-17 15:06:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-04-17 15:06:55 +0200 |
commit | 176bc344751dfc41e87976182381ae0560c94f22 (patch) | |
tree | 4fceb4c364f3dbabd43724d9352969a3df36e2a5 /util-linux/mkfs_ext2.c | |
parent | 86a03bee1d3d6990c03bf500836b19ec8a1c1f12 (diff) | |
download | busybox-w32-176bc344751dfc41e87976182381ae0560c94f22.tar.gz busybox-w32-176bc344751dfc41e87976182381ae0560c94f22.tar.bz2 busybox-w32-176bc344751dfc41e87976182381ae0560c94f22.zip |
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 'util-linux/mkfs_ext2.c')
-rw-r--r-- | util-linux/mkfs_ext2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index 2d9d72000..69b25c946 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c | |||
@@ -48,7 +48,7 @@ | |||
48 | 48 | ||
49 | #include "libbb.h" | 49 | #include "libbb.h" |
50 | #include <linux/fs.h> | 50 | #include <linux/fs.h> |
51 | #include "bb_linux_ext2_fs.h" | 51 | #include "bb_e2fs_defs.h" |
52 | 52 | ||
53 | #define ENABLE_FEATURE_MKFS_EXT2_RESERVED_GDT 0 | 53 | #define ENABLE_FEATURE_MKFS_EXT2_RESERVED_GDT 0 |
54 | #define ENABLE_FEATURE_MKFS_EXT2_DIR_INDEX 1 | 54 | #define ENABLE_FEATURE_MKFS_EXT2_DIR_INDEX 1 |