]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
RELEASE-NOTES:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 13 Jun 2001 23:49:05 +0000 (23:49 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Jun 2001 23:49:05 +0000 (23:49 +0000)
  Fixed release note entry since we ended up installing ext2_fs.h in
  /usr/include/ext2fs.

RELEASE-NOTES

index 246a927f3129796b9786e06edf1bb883c933475a..aae69b054738b1b8a8b500c7b01c80baa4624387 100644 (file)
@@ -218,8 +218,8 @@ Got rid of struct ext2fs_sb and replaced it with the standard struct
 ext2_super_block from include/linux/ext2_fs.h.  Note: this may break
 source (but not binary) compatibility of some users of the ext2
 library.  Those applications should just simply do a global search and
-replace of struct ext2fs_sb with struct ext2_super_block, and use
-their own private copy of ext2_fs.h if they aren't already.
+replace of struct ext2fs_sb with struct ext2_super_block, and include
+the new header file <ext2fs/ext2_fs.h> which defines it.
 
 The ino_t type has been renamed ext2_ino_t to protect applications
 that attempt to compile -D_FILE_OFFSET_BITS=64, since this