summaryrefslogtreecommitdiff
path: root/lib/fts.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-28 22:59:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-28 22:59:17 +0000
commite9255b85d00e92866a4edbca355ef59d825e9705 (patch)
tree797a2e4dd40dcbc8a74827ad67cfd8142bfacaa8 /lib/fts.c
parent0a70212f6fdd155158109a8286f0d7b0bdd6c5be (diff)
downloadgnulib-e9255b85d00e92866a4edbca355ef59d825e9705.tar.gz
* lib/fcntl_.h: New file.
* lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have the fcntl module. * lib/dirchownmod.c: Likewise. * lib/fts.c: Likewise. * m4/fcntl_h.m4: New file. * modules/fcntl: New file. * modules/chdir-safer (Depends-on): Add fcntl. * modules/fts: Likewise. * modules/mkdir-p: Likewise.
Diffstat (limited to 'lib/fts.c')
-rw-r--r--lib/fts.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fts.c b/lib/fts.c
index ea33805eab..f2cc54adca 100644
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -115,10 +115,6 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
# define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif
-#if !defined O_NOFOLLOW
-# define O_NOFOLLOW 0
-#endif
-
/* If this host provides the openat function, then we can avoid
attempting to open "." in some initialization code below. */
#ifdef HAVE_OPENAT