summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-01-11 15:48:50 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-01-11 15:48:50 +0000
commit4d0f3e17a5b7556505fe437680070fe3bb140d67 (patch)
tree6221fa498c4080920709c0dc565e3d9098b23089 /include
parentbbabf8f7060dae9c4aebcf670b8641ed4bb2660f (diff)
downloade2fsprogs-4d0f3e17a5b7556505fe437680070fe3bb140d67.tar.gz
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.)
Diffstat (limited to 'include')
-rw-r--r--include/asm/types.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm/types.h.in b/include/asm/types.h.in
index 7b7ea165..39e17a21 100644
--- a/include/asm/types.h.in
+++ b/include/asm/types.h.in
@@ -42,8 +42,4 @@ typedef unsigned short __u32;
?== error: undefined 32 bit type
#endif
-#ifndef HAVE_INO_T
-typedef __u32 ino_t;
-#endif
-
#endif /* LINUX_TYPES_H */