Whamcloud - gitweb
ChangeLog, e2fsck.h, pass1.c, super.c:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 30 Apr 1998 17:35:59 +0000 (17:35 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 30 Apr 1998 17:35:59 +0000 (17:35 +0000)
commit4c77fe50d97a773e32a4756c79dade3adbb6a601
treee0fe519a5930401ed0ed674c351c9b21fcf9c1af
parent76f875daa1c9c2cdc72f0c6f0f7be4bbc7f0fc07
ChangeLog, e2fsck.h, pass1.c, super.c:
  pass1.c (process_inode_cmp): Use EXT2_QSORT_TYPE to define the
   appropriate return type for comparison functions for qsort.
  e2fsck.h: Add #ifdef protection for unistd.h
  super.c: Remove header files already included by e2fsck.h
ChangeLog, dblist.c, ext2fs.h:
  ext2fs.h: Define EXT2_QSORT_TYPE appropriately for the return type for
   comparison functions for qsort.
  dblist.c (dir_block_cmp): Use EXT2_QSORT_TYPE in function declaration.
ChangeLog, extent.c:
  extent.c (ext2fs_create_extent_table): Use ext2fs_free_mem instead of
   free().
  (extent_cmp): Use EXT2_QSORT_TYPE to define the appropriate return
   type for comparison functions for qsort.
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/pass1.c
e2fsck/super.c
lib/ext2fs/ChangeLog
lib/ext2fs/dblist.c
lib/ext2fs/ext2fs.h
resize/ChangeLog
resize/extent.c