From 444807bb419cc1185bb2d531a75682c02d185fc1 Mon Sep 17 00:00:00 2001 From: kientzle Date: Mon, 12 Apr 2004 01:16:16 +0000 Subject: More work on ACLs: fix error in archive_entry's ACL parsing code, try to set ACLs even if fflag restore fails, first cut at reading Solaris tar ACLs Code improvement: merge gnu tar read support into main tar reader; this eliminates a lot of duplicate code and generalizes the tar reader to handle formats with GNU-like extensions. Style: Makefile cleanup, eliminate 'dmalloc' references, remove 'tartype' from archive_entry (this makes archive_entry more format-agnostic) Thanks to: David Magda for providing Solaris tar test files --- lib/libarchive/archive_read_data_into_buffer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libarchive/archive_read_data_into_buffer.c') diff --git a/lib/libarchive/archive_read_data_into_buffer.c b/lib/libarchive/archive_read_data_into_buffer.c index f411115..12abb55 100644 --- a/lib/libarchive/archive_read_data_into_buffer.c +++ b/lib/libarchive/archive_read_data_into_buffer.c @@ -27,9 +27,6 @@ #include "archive_platform.h" __FBSDID("$FreeBSD$"); -#ifdef HAVE_DMALLOC -#include -#endif #include #include "archive.h" -- cgit v1.1