summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-05-03 15:44:13 +0000
committerJeremy Katz <katzj@redhat.com>2006-05-03 15:44:13 +0000
commitfd9d962efca15351b0f1806f09d9ba17d21874ba (patch)
tree61aad538b71a8da7dbed8bd3182a8ddb796c9ddd
parent37952c12dd256385f390fcacf9e974ea10272d72 (diff)
downloadanaconda-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.
-rw-r--r--ChangeLog5
-rw-r--r--isys/isys.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dadaa3a5f..35e19c406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-03 Jeremy Katz <katzj@redhat.com>
+
+ * isys/isys.c: Don't include kernel fs headers -- the e2fsprogs
+ ones have what we need.
+
2006-05-01 Jeremy Katz <katzj@redhat.com>
* isys/dasd.c: Fix the s390 build for real with a temporary hack
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>