cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h read.c util.c
write.c
Tim Kientzle
kientzle at FreeBSD.org
Sat Aug 7 22:50:10 PDT 2004
kientzle 2004-08-08 05:50:10 UTC
FreeBSD src repository
Modified files:
usr.bin/tar bsdtar.c bsdtar.h read.c util.c write.c
Log:
Move the smart chdir logic into a couple of utility functions in util.c.
Then use them to provide consistent -C support throughout the program.
Thanks to: Christoph Mallon
Revision Changes Path
1.50 +1 -2 src/usr.bin/tar/bsdtar.c
1.20 +3 -1 src/usr.bin/tar/bsdtar.h
1.19 +1 -4 src/usr.bin/tar/read.c
1.11 +58 -0 src/usr.bin/tar/util.c
1.32 +3 -78 src/usr.bin/tar/write.c
More information about the cvs-src
mailing list