Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2012-04-17 15:06:55 +02:00
parent 86a03bee1d
commit 176bc34475
11 changed files with 15 additions and 562 deletions

View File

@@ -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);