cvs commit: src/usr.bin/tar bsdtar.h util.c write.c
Tim Kientzle
kientzle at FreeBSD.org
Fri Aug 24 21:19:57 PDT 2007
kientzle 2007-08-25 04:19:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/tar bsdtar.h util.c write.c
Log:
MFC generic path comparisons. There was some old code
to ignore leading "./" that was there to allow us to
compare path names with strcmp(). Comparing pathnames
syntactically is a bit more complex than that, so
encapsulate it in a new utility function and use that instead.
Revision Changes Path
1.23.2.4 +1 -0 src/usr.bin/tar/bsdtar.h
1.13.2.3 +39 -4 src/usr.bin/tar/util.c
1.41.2.10 +1 -4 src/usr.bin/tar/write.c
More information about the cvs-src
mailing list