]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/pass1.c
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jan 1998 14:50:49 +0000 (14:50 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 19 Jan 1998 14:50:49 +0000 (14:50 +0000)
commit54dc7ca2869897ae8cb81a9ab9880ebff11680bc
tree10282bd1896ece0d7b57192c1a4468e2eae9b5ac
parentb5abe6fac9c9e7caf4710501d1657d30e4857ef6
Many files:
  e2fsck.h: If EXT2_FLAT_INCLUDES is defined, then assume all of
   the ext2-specific header files are in a flat directory.
  dirinfo.c, ehandler.c, pass1.c, pass1b.c, pass2.c, pass5.c,
   super.c, swapfs.c, unix.c: Explicitly cast all assignments
   from void * to be compatible with C++.
  unix.c (sync_disk): Remove sync_disk and calls to that function,
   since ext2fs_close() now takes care of this.
  pass1.c, pass1b.c, pass2.c, pass3.c, swapfs, badblocks.c,
   ehandler.c, unix.c: Change use of private to be priv_data, to
   avoid C++ reserved name clash.
13 files changed:
e2fsck/ChangeLog
e2fsck/badblocks.c
e2fsck/dirinfo.c
e2fsck/e2fsck.h
e2fsck/ehandler.c
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass5.c
e2fsck/super.c
e2fsck/swapfs.c
e2fsck/unix.c