diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-10 11:35:17 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-10-10 11:35:17 +0000 |
commit | 083d3f49c2c0fec0bd8b5b0bec875d67748c612e (patch) | |
tree | bb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab /e2fsprogs/chattr.c | |
parent | ff9f2f6fbae538d27197e7e357da187031ef33df (diff) | |
download | busybox-w32-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.tar.gz busybox-w32-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.tar.bz2 busybox-w32-083d3f49c2c0fec0bd8b5b0bec875d67748c612e.zip |
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only.
other: remove confuse bb_mkdep.
Diffstat (limited to 'e2fsprogs/chattr.c')
-rw-r--r-- | e2fsprogs/chattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 1471c851d..66838e642 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include <sys/param.h> | 29 | #include <sys/param.h> |
30 | #include <sys/stat.h> | 30 | #include <sys/stat.h> |
31 | #include <ext2fs/ext2_fs.h> | 31 | #include "ext2fs/ext2_fs.h" |
32 | 32 | ||
33 | #ifdef __GNUC__ | 33 | #ifdef __GNUC__ |
34 | # define EXT2FS_ATTR(x) __attribute__(x) | 34 | # define EXT2FS_ATTR(x) __attribute__(x) |