cvs commit: src/usr.bin/tar fts.c fts.h
Tim Kientzle
kientzle at FreeBSD.org
Tue May 4 10:21:03 PDT 2004
kientzle 2004/05/04 10:21:02 PDT
FreeBSD src repository
Added files:
usr.bin/tar fts.c fts.h
Log:
Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD
systems. The fts.h here is an exact copy of include/fts.h (except for
an initial explanatory comment and the revision tags, of course). The
fts.c here is slightly modified from lib/libc/gen/fts.c so it can
compile correctly on non-FreeBSD systems.
Revision Changes Path
1.1 +1195 -0 src/usr.bin/tar/fts.c (new)
1.1 +147 -0 src/usr.bin/tar/fts.h (new)
More information about the cvs-src
mailing list