From: Tim Kientzle Date: Tue, 22 Nov 2011 06:28:51 +0000 (-0500) Subject: New seeking Zip reader does read file modes. X-Git-Tag: v3.0.1b~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dbd688b1497cd2cb69f2616f6ba72a40ba69f64;p=thirdparty%2Flibarchive.git New seeking Zip reader does read file modes. SVN-Revision: 3832 --- diff --git a/libarchive/test/test_write_format_zip.c b/libarchive/test/test_write_format_zip.c index 8a370342d..96170aee1 100644 --- a/libarchive/test/test_write_format_zip.c +++ b/libarchive/test/test_write_format_zip.c @@ -28,8 +28,6 @@ * Development supported by Google Summer of Code 2008. */ -/* TODO: reader does not yet restore permissions. */ - #include "test.h" __FBSDID("$FreeBSD: head/lib/libarchive/test/test_write_format_zip.c 201247 2009-12-30 05:59:21Z kientzle $");