Date: Sat, 25 Jul 2009 18:11:55 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read_support_format_iso9660.c Message-ID: <200907251812.n6PICBcK041288@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-07-25 18:11:55 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_iso9660.c Log: SVN rev 195873 on 2009-07-25 18:11:55Z by kientzle Libarchive recognizes hardlinked files on ISO images, but returned them incorrectly, causing tar to actually erase the resulting file while trying to restore the link. This one-line fix corrects the hardlink descriptions to avoid this problem. Thanks to Jung-uk Kim for pointing this out. Approved by: re (kib) Revision Changes Path 1.36 +1 -0 src/lib/libarchive/archive_read_support_format_iso9660.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907251812.n6PICBcK041288>