summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-08-24 13:00:55 +0000
committertjr <tjr@FreeBSD.org>2004-08-24 13:00:55 +0000
commit7a17b3190a23d7f7e0bb870b0d6723ee3837ad58 (patch)
tree89707ca9ee6dcb3e5ed7b1c68424742c39ba92d4 /lib/libc/gen/Makefile.inc
parent35b7b725a8dd128df508370520d6b9080edc1452 (diff)
downloadFreeBSD-src-7a17b3190a23d7f7e0bb870b0d6723ee3837ad58.zip
FreeBSD-src-7a17b3190a23d7f7e0bb870b0d6723ee3837ad58.tar.gz
Replace the current implementations of ftw() and nftw() with the OpenBSD
implementations written by Todd C. Miller. These are cleaner, less buggy and actively maintained.
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index f1a5411..2499dd1 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -18,7 +18,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
getpeereid.c getprogname.c getpwent.c getttyent.c \
getusershell.c getvfsbyname.c glob.c \
initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
- lockf.c lrand48.c mrand48.c nice.c \
+ lockf.c lrand48.c mrand48.c nftw.c nice.c \
nlist.c nrand48.c ntp_gettime.c opendir.c \
pause.c pmadvise.c popen.c posixshm.c pselect.c \
psignal.c pw_scan.c pwcache.c \
OpenPOWER on IntegriCloud