cvs commit: src/lib/libarchive archive_read_support_format_cpio.c

Tim Kientzle kientzle at FreeBSD.org
Sat Mar 6 16:57:44 PST 2004


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


More information about the cvs-src mailing list