]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jan 1998 14:55:24 +0000 (14:55 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jan 1998 14:55:24 +0000 (14:55 +0000)
commitca8abba7e0970fd1702db53e3f89ceb68c70768c
treeb9cb59dc4e9fabfb6b4c0b29c924acc638351697
parent54dc7ca2869897ae8cb81a9ab9880ebff11680bc
Many files:
  resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
   of the ext2-specific header files are in a flat directory.
  ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
   resize2fs.h: Rename variables named "new" to "new_block",
   "new_inode", or "new_loc" to avoid C++ reserved word
   clash.
  ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
   sim_progress.c: Use ext2fs_get_memory(),
   ext2fs_free_memory(), et. al., instead of malloc() and
   free().
  ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
   all assignments from void * to be compatible with C++.
  banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
   Change private to priv_data to avoid C++ namespace clash.
ChangeLog, badblocks.8.in:
  badblocks.8.in: Add documentation for the -s option.
misc/ChangeLog
misc/badblocks.8.in
resize/ChangeLog
resize/banalysis.c
resize/banalysis.h
resize/ext2_block_move.c
resize/ext2_inode_move.c
resize/extent.c
resize/resize2fs.c
resize/resize2fs.h
resize/sim_progress.c