This was needed a decade or more ago, back when we included ext2_fs.h from the kernel headers in /usr/include/linux. Signed-off-by: Darren Hart <dvhart@xxxxxxxxxxxxx> Cc: "Theodore Ts'o" <tytso@xxxxxxx> Cc: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx> Cc: "Andreas Dilger" <adilger@xxxxxxxxx> --- lib/ext2fs/mkdir.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ext2fs/mkdir.c b/lib/ext2fs/mkdir.c index 4a85439..9d69f70 100644 --- a/lib/ext2fs/mkdir.c +++ b/lib/ext2fs/mkdir.c @@ -27,10 +27,6 @@ #include "ext2_fs.h" #include "ext2fs.h" -#ifndef EXT2_FT_DIR -#define EXT2_FT_DIR 2 -#endif - errcode_t ext2fs_mkdir(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t inum, const char *name) { -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html