diff options
author | das <das@FreeBSD.org> | 2004-07-05 23:13:16 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2004-07-05 23:13:16 +0000 |
commit | 5f3462eb0c959fbea2488300100b35c54ce33e34 (patch) | |
tree | cd23b58f1c6717bbb9d084260b3beb02efd1eb7b /include/Makefile | |
parent | 629365ba47f92c56495e82b1ed53268e7fc99d8a (diff) | |
download | FreeBSD-src-5f3462eb0c959fbea2488300100b35c54ce33e34.zip FreeBSD-src-5f3462eb0c959fbea2488300100b35c54ce33e34.tar.gz |
Add implementations of ftw(3) and nftw(3) and the corresponding header
ftw.h. This is the implementation written by Joel Baker
<fenton@debian.org> for inclusion in NetBSD, but with several
bugfixes.
Obtained from: Debian
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 130e226..28b5294 100644 --- a/include/Makefile +++ b/include/Makefile @@ -7,7 +7,8 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= arpa protocols rpcsvc rpc INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \ dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \ - fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \ + fts.h ftw.h getopt.h glob.h grp.h \ + hesiod.h histedit.h ieeefp.h ifaddrs.h \ inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \ locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \ netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \ |