Whamcloud - gitweb
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 1a7f0c2..16ee29b 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 3d27479..9ea24bf 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 4136b97..381a7e4 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 f1a5e22..762b7eb 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
 
 /*