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 /include/nonunix | |
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 'include/nonunix')
-rw-r--r-- | include/nonunix/asm/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nonunix/asm/types.h b/include/nonunix/asm/types.h index fccb4269..ad1c8898 100644 --- a/include/nonunix/asm/types.h +++ b/include/nonunix/asm/types.h @@ -1 +1 @@ -#include "../linux/types.h"
\ No newline at end of file +#include "../linux/types.h" |