diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-05-03 15:44:13 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-05-03 15:44:13 +0000 |
commit | fd9d962efca15351b0f1806f09d9ba17d21874ba (patch) | |
tree | 61aad538b71a8da7dbed8bd3182a8ddb796c9ddd /isys/isys.c | |
parent | 37952c12dd256385f390fcacf9e974ea10272d72 (diff) | |
download | anaconda-fd9d962efca15351b0f1806f09d9ba17d21874ba.tar.gz anaconda-fd9d962efca15351b0f1806f09d9ba17d21874ba.tar.xz anaconda-fd9d962efca15351b0f1806f09d9ba17d21874ba.zip |
2006-05-03 Jeremy Katz <katzj@redhat.com>
* isys/isys.c: Don't include kernel fs headers -- the e2fsprogs
ones have what we need.
Diffstat (limited to 'isys/isys.c')
-rw-r--r-- | isys/isys.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/isys/isys.c b/isys/isys.c index a25d39b05..b07800da7 100644 --- a/isys/isys.c +++ b/isys/isys.c @@ -3,9 +3,6 @@ #include <stdio.h> #include <dirent.h> #include <errno.h> -#define u32 __u32 -#include <linux/ext2_fs.h> -#include <linux/ext3_fs.h> #include <ext2fs/ext2fs.h> #include <fcntl.h> #include <popt.h> |