Date: Fri, 14 Mar 2008 23:00:54 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h src/lib/libarchive/test test_entry.c Message-ID: <200803142300.m2EN0sEF043849@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-03-14 23:00:53 UTC
FreeBSD src repository
Modified files:
lib/libarchive Makefile archive_entry.3 archive_entry.c
archive_entry.h
lib/libarchive/test test_entry.c
Log:
New public functions archive_entry_copy_link() and archive_entry_copy_link_w()
override the currently set link value, whether that's a hardlink
or a symlink. Plus documentation update and tests.
Revision Changes Path
1.82 +2 -0 src/lib/libarchive/Makefile
1.17 +2 -0 src/lib/libarchive/archive_entry.3
1.50 +22 -0 src/lib/libarchive/archive_entry.c
1.26 +2 -0 src/lib/libarchive/archive_entry.h
1.4 +30 -1 src/lib/libarchive/test/test_entry.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803142300.m2EN0sEF043849>
