diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-27 01:29:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-27 01:29:54 +0000 |
commit | c7b01bcab8b86fa3dd2834988296e8688bd77c6f (patch) | |
tree | bd8fe8073f6676ac62038b0c67b79b9afd05ac3d /include/dirent.h | |
parent | 4b2531defc3636e9db2e734b0799d44acbe6e977 (diff) |
No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not
defined... Nothing too sacred in there and it can be used
for other things...
-Erik
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h index b3fbf2de2..b9a32f4fe 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -93,7 +93,7 @@ typedef __ino64_t ino64_t; #endif -#if defined __USE_BSD && defined _DIRENT_HAVE_D_TYPE +#if defined __USE_BSD /* File types for `d_type'. */ enum { |