From: Theodore Ts'o Date: Sat, 3 Apr 2004 18:55:37 +0000 (-0500) Subject: ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead X-Git-Tag: APPLE_UUID_SNAP_1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd668fdd11c7dd9607fdd5bb1e8a65e2e120e05f;p=thirdparty%2Fe2fsprogs.git ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead from the kernel header files. --- diff --git a/ext2ed/ChangeLog b/ext2ed/ChangeLog index c233a754e..643ebf45f 100644 --- a/ext2ed/ChangeLog +++ b/ext2ed/ChangeLog @@ -1,5 +1,8 @@ 2004-04-03 Theodore Ts'o + * 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 diff --git a/ext2ed/ext2ed.h b/ext2ed/ext2ed.h index 3b165e7b5..deae516b5 100644 --- a/ext2ed/ext2ed.h +++ b/ext2ed/ext2ed.h @@ -34,7 +34,7 @@ Copyright (C) 1995 Gadi Oxman #define DEBUG /* Activate self-sanity checks */ -#include /* Main kernel ext2 include file */ +#include /* Main kernel ext2 include file */ #include #include