]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Recognize hardlinks when reading cpio files.
authorkientzle <kientzle@FreeBSD.org>
Sun, 7 Mar 2004 00:57:43 +0000 (00:57 +0000)
committerkientzle <kientzle@FreeBSD.org>
Sun, 7 Mar 2004 00:57:43 +0000 (00:57 +0000)
commit76c408916b6540382c7b773b88040e925dd6d20c
treeb97eaa9edc8a8c2727b2f6fb9fbdd8bba2fe3c37
parent6b2e0639b273aae278481d3f011b716b4fffcef7
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.)
lib/libarchive/archive_read_support_format_cpio.c