summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-02-11 05:04:44 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-02-11 05:04:44 +0000
commit8f3f29d383f9301395d5d7b4411d62a35d077175 (patch)
treea78ee615fd51344d68d3be03ef58f3afcc320d83 /ChangeLog
parente1a0a3e304229a625c37f0e845c0c9fff117c8c1 (diff)
downloade2fsprogs-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2361aed..f5a98567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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