Date: Sat, 6 Mar 2004 16:57:43 -0800 (PST) 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 archive_read_support_format_cpio.c Message-ID: <200403070057.i270vh1g004580@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004/03/06 16:57:43 PST
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_cpio.c
Log:
Recognize hardlinks when reading cpio files.
This doesn't yet address the issue of selective restore
of hardlinked files. With cpio format, it's possible to correctly
restore any linked file; the API doesn't yet fully support this.
(There's no way for the library to inform a client whether or not
there's a file body associated with this entry. The assumption
right now is that "hardlink" entries have no file body.)
Revision Changes Path
1.3 +100 -5 src/lib/libarchive/archive_read_support_format_cpio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403070057.i270vh1g004580>
