]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ChangeLog, ext2fs.h:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 21 May 2001 02:54:21 +0000 (02:54 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 May 2001 02:54:21 +0000 (02:54 +0000)
  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

lib/e2p/ChangeLog
lib/e2p/e2p.h
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h

index 1a7f0c2e9245a88aceaa4eeefeb5c423eeb8e39f..16ee29b09e958bdae138fcf018af7b0da12bf2e1 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-20  Theodore Tso  <tytso@valinux.com>
+
+       * e2p.h: #include <> instead of "" for ext2fs and et header files,
+               since they will be installed in /usr/include
+
 2001-05-14  Theodore Tso  <tytso@valinux.com>
 
        * e2p.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h
index 3d27479e45da9a2b2f5b49a9f288006747ea28d8..9ea24bfb887518407cf31ed6d5aaa2a8662cac49 100644 (file)
@@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <dirent.h>
 
-#include "ext2fs/ext2_fs.h"
+#include <ext2fs/ext2_fs.h>
 
 #define E2P_FEATURE_COMPAT     0
 #define E2P_FEATURE_INCOMPAT   1
index 4136b97437bf783c4a57be5c103946b21c914a28..381a7e4216b223bc4ff6cd1eadcda12f20b07ee0 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-20  Theodore Tso  <tytso@valinux.com>
+
+       * ext2fs.h: #include <> instead of "" for ext2fs and et header
+               files, since they will be installed in /usr/include
+
 2001-05-14  Theodore Tso  <tytso@valinux.com>
 
        * alloc.c, alloc_tables.c, badblocks.c, bb_compat.c, bb_inode.c,
index f1a5e22b482d89e8feaf460943aaab7110f13cec..762b7eb8a8adda93627e6c0e7325a765ab6bb21e 100644 (file)
@@ -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 <et/com_err.h>
+#include <ext2fs/ext2_io.h>
+#include <ext2fs/ext2_err.h>
 #endif
 
 /*
@@ -234,7 +234,7 @@ struct struct_ext2_filsys {
 #if EXT2_FLAT_INCLUDES
 #include "e2_bitops.h"
 #else
-#include "ext2fs/bitops.h"
+#include <ext2fs/bitops.h>
 #endif
 
 /*