]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ChangeLog, MCONFIG.in, configure, configure.in:
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2001 15:48:50 +0000 (15:48 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jan 2001 15:48:50 +0000 (15:48 +0000)
commit4d0f3e17a5b7556505fe437680070fe3bb140d67
tree6221fa498c4080920709c0dc565e3d9098b23089
parentbbabf8f7060dae9c4aebcf670b8641ed4bb2660f
ChangeLog, MCONFIG.in, configure, configure.in:
  MCONFIG.in: Change --enable-gcc-wall handling so that it's no longer a
   configure option, but something which is done when the developer uses
   the command "make gcc-wall".
  configure.in: Remove test for ino_t, since we don't use it any more
   (we always use our own ext2_ino_t).  Remove --enable-gcc-wall support.
   Add test for sys/ioctl.h
.del-types.h.in~ca55114a:
  Remove definition of ino_t
ChangeLog, Makefile.in, ext2fs.h, flushb.c, jump.funcs:
  flushb.c (ext2fs_sync_device): New function which centralizes all of
   the places which might try to use the BLKFLSBUF or FDFLUSH ioctls (and
   usually failing to define them since the system header files don't
   usually do this for us, and we're trying to avoid usage of kernel
   include files now.)
ChangeLog
MCONFIG.in
configure
configure.in
include/asm/types.h.in
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/dll/jump.funcs
lib/ext2fs/ext2fs.h
lib/ext2fs/flushb.c [new file with mode: 0644]