From: Theodore Ts'o Date: Mon, 21 May 2001 02:54:21 +0000 (+0000) Subject: ChangeLog, ext2fs.h: X-Git-Tag: E2FSPROGS-1_20~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7c2d25699f2da458ba8201a375b00562d7a2469e;p=tools%2Fe2fsprogs.git ChangeLog, ext2fs.h: ext2fs.h: #include <> instead of "" for ext2fs and et header files, since they will be installed in /usr/include ChangeLog, e2p.h: e2p.h: #include <> instead of "" for ext2fs and et header files, since they will be installed in /usr/include --- diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index 1a7f0c2..16ee29b 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,8 @@ +2001-05-20 Theodore Tso + + * e2p.h: #include <> instead of "" for ext2fs and et header files, + since they will be installed in /usr/include + 2001-05-14 Theodore Tso * e2p.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h diff --git a/lib/e2p/e2p.h b/lib/e2p/e2p.h index 3d27479..9ea24bf 100644 --- a/lib/e2p/e2p.h +++ b/lib/e2p/e2p.h @@ -2,7 +2,7 @@ #include #include -#include "ext2fs/ext2_fs.h" +#include #define E2P_FEATURE_COMPAT 0 #define E2P_FEATURE_INCOMPAT 1 diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 4136b97..381a7e4 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2001-05-20 Theodore Tso + + * ext2fs.h: #include <> instead of "" for ext2fs and et header + files, since they will be installed in /usr/include + 2001-05-14 Theodore Tso * alloc.c, alloc_tables.c, badblocks.c, bb_compat.c, bb_inode.c, diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index f1a5e22..762b7eb 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -72,9 +72,9 @@ typedef __s64 e2_blkcnt_t; #include "ext2_io.h" #include "ext2_err.h" #else -#include "et/com_err.h" -#include "ext2fs/ext2_io.h" -#include "ext2fs/ext2_err.h" +#include +#include +#include #endif /* @@ -234,7 +234,7 @@ struct struct_ext2_filsys { #if EXT2_FLAT_INCLUDES #include "e2_bitops.h" #else -#include "ext2fs/bitops.h" +#include #endif /*