diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-02-11 05:04:44 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-02-11 05:04:44 +0000 |
commit | 8f3f29d383f9301395d5d7b4411d62a35d077175 (patch) | |
tree | a78ee615fd51344d68d3be03ef58f3afcc320d83 /ChangeLog | |
parent | e1a0a3e304229a625c37f0e845c0c9fff117c8c1 (diff) | |
download | e2fsprogs-8f3f29d383f9301395d5d7b4411d62a35d077175.tar.gz |
ChangeLog, configure, configure.in:
configure.in: Define HAVE_EXT2_IOCTLS based solely on the OS type,
instead of basising on whether a test program compiles. This was
screwing up on some Linux kernel header files, and we know the Hurd
doesn't support the ext2 ioctls anyway.
types.h:
Add newline at end of file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-02-11 Theodore Ts'o <tytso@valinux.com> + + * configure.in: Define HAVE_EXT2_IOCTLS based solely on the OS + type, instead of basising on whether a test program + compiles. This was screwing up on some Linux kernel + header files, and we know the Hurd doesn't support the + ext2 ioctls anyway. + 2000-02-08 Theodore Ts'o <tytso@valinux.com> * configure.in, aclocal.m4: Add support for GNU gettext |