]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead
authorTheodore Ts'o <tytso@mit.edu>
Sat, 3 Apr 2004 18:55:37 +0000 (13:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 3 Apr 2004 18:55:37 +0000 (13:55 -0500)
from the kernel header files.

ext2ed/ChangeLog
ext2ed/ext2ed.h

index c233a754ea61a192e72dc86ac848230fde2daa43..643ebf45faa851a293f6ee8a4313a8d6ef1f13b3 100644 (file)
@@ -1,5 +1,8 @@
 2004-04-03  Theodore Ts'o  <tytso@mit.edu>
 
+       * ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead
+               from the kernel header files.
+
        * Makefile.in: Update the modtime even if subst doesn't need to
                update the ext2ed man page and conbfiguration, to avoid
                always re-running subst, especially since there are no
index 3b165e7b5bb35b22dfd5d4629e7befdff2658dd8..deae516b541985870dfb2add55b4df17def135ce 100644 (file)
@@ -34,7 +34,7 @@ Copyright (C) 1995 Gadi Oxman
 
 #define DEBUG                                          /* Activate self-sanity checks */
 
-#include <linux/ext2_fs.h>                             /* Main kernel ext2 include file */
+#include <ext2fs/ext2_fs.h>                            /* Main kernel ext2 include file */
 #include <sys/stat.h>
 
 #include <ncurses.h>