summaryrefslogtreecommitdiff
path: root/lib/dirfd.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-11 17:19:48 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-11 17:19:48 +0000
commit2b6236d156b394227e41b0d664cf600b69db9403 (patch)
tree08467d898c62dfb113adbc671fdb9de956159792 /lib/dirfd.h
parent888ee9b8d99f7ed10f04b387eaf6e1477369c0fa (diff)
downloadcoreutils-2b6236d156b394227e41b0d664cf600b69db9403.tar.xz
Sync from gnulib.
Diffstat (limited to 'lib/dirfd.h')
-rw-r--r--lib/dirfd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/dirfd.h b/lib/dirfd.h
index 601332c8b..05b77774f 100644
--- a/lib/dirfd.h
+++ b/lib/dirfd.h
@@ -19,12 +19,7 @@
#include <sys/types.h>
-#if HAVE_DIRENT_H
-# include <dirent.h>
-#else
-# define dirent direct
-# include <ndir.h>
-#endif
+#include <dirent.h>
#ifndef HAVE_DECL_DIRFD
"this configure-time declaration test was not run"