commit | 083d3f49c2c0fec0bd8b5b0bec875d67748c612e | [log] [tgz] |
---|---|---|
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Mon Oct 10 11:35:17 2005 +0000 |
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Mon Oct 10 11:35:17 2005 +0000 |
tree | bb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab | |
parent | ff9f2f6fbae538d27197e7e357da187031ef33df [diff] [blame] |
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.
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c index 475a66f..e25f36d 100644 --- a/e2fsprogs/lsattr.c +++ b/e2fsprogs/lsattr.c
@@ -29,7 +29,7 @@ #include <sys/param.h> #include <sys/stat.h> -#include <ext2fs/ext2_fs.h> +#include "ext2fs/ext2_fs.h" #include "e2fsbb.h" #include "e2p/e2p.h"