aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/lsattr.c
diff options
context:
space:
mode:
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
commit083d3f49c2c0fec0bd8b5b0bec875d67748c612e (patch)
treebb326553f70f3bebe7ff3ed3cf1d57dcc8a5e8ab /e2fsprogs/lsattr.c
parentff9f2f6fbae538d27197e7e357da187031ef33df (diff)
downloadbusybox-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/lsattr.c')
-rw-r--r--e2fsprogs/lsattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c
index 475a66f67..e25f36d82 100644
--- a/e2fsprogs/lsattr.c
+++ b/e2fsprogs/lsattr.c
@@ -29,7 +29,7 @@
29#include <sys/param.h> 29#include <sys/param.h>
30#include <sys/stat.h> 30#include <sys/stat.h>
31 31
32#include <ext2fs/ext2_fs.h> 32#include "ext2fs/ext2_fs.h"
33#include "e2fsbb.h" 33#include "e2fsbb.h"
34#include "e2p/e2p.h" 34#include "e2p/e2p.h"
35 35