diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2004-04-12 01:16:16 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2004-04-12 01:16:16 +0000 |
commit | aee47dd7c8c398c64249c74e8ba592fd9369e26d (patch) | |
tree | 620d152a72f7229f537f8ea04ba7d296fe1e368b /lib/libarchive/archive_write_open_filename.c | |
parent | 4cbbc3a35ef8331ff37baa7e8fbc32724d90fa9a (diff) |
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
Notes
Notes:
svn path=/head/; revision=128148
Diffstat (limited to 'lib/libarchive/archive_write_open_filename.c')
-rw-r--r-- | lib/libarchive/archive_write_open_filename.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libarchive/archive_write_open_filename.c b/lib/libarchive/archive_write_open_filename.c index 19fdebaff2bb..7ffdfab076fc 100644 --- a/lib/libarchive/archive_write_open_filename.c +++ b/lib/libarchive/archive_write_open_filename.c @@ -28,9 +28,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> -#ifdef HAVE_DMALLOC -#include <dmalloc.h> -#endif #include <errno.h> #include <fcntl.h> #include <stdlib.h> |