summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>