diff options
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r-- | e2fsprogs/chattr.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 2cb75e86f..618d8c440 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c @@ -53,14 +53,6 @@ static unsigned long af; static unsigned long rf; static unsigned long sf; -#ifdef CONFIG_LFS -# define LSTAT lstat64 -# define STRUCT_STAT struct stat64 -#else -# define LSTAT lstat -# define STRUCT_STAT struct stat -#endif - struct flags_char { unsigned long flag; char optchar; |