summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.3
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-04-12 01:16:16 +0000
committerkientzle <kientzle@FreeBSD.org>2004-04-12 01:16:16 +0000
commit444807bb419cc1185bb2d531a75682c02d185fc1 (patch)
tree620d152a72f7229f537f8ea04ba7d296fe1e368b /lib/libarchive/archive_entry.3
parentcd3b6fa4ace48070f152d7849f93feae16e76cdd (diff)
downloadFreeBSD-src-444807bb419cc1185bb2d531a75682c02d185fc1.zip
FreeBSD-src-444807bb419cc1185bb2d531a75682c02d185fc1.tar.gz
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
Diffstat (limited to 'lib/libarchive/archive_entry.3')
-rw-r--r--lib/libarchive/archive_entry.312
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libarchive/archive_entry.3 b/lib/libarchive/archive_entry.3
index 0a97854..94ed5ea 100644
--- a/lib/libarchive/archive_entry.3
+++ b/lib/libarchive/archive_entry.3
@@ -52,14 +52,12 @@
.Nm archive_entry_set_mode
.Nm archive_entry_set_pathname
.Nm archive_entry_set_symlink
-.Nm archive_entry_set_tartype
.Nm archive_entry_set_uid
.Nm archive_entry_set_uname
.Nm archive_entry_size
.Nm archive_entry_stat
.Nm archive_entry_symlink
.Nm archive_entry_symlink_w
-.Nm archive_entry_tartype
.Nm archive_entry_uname
.Nm archive_entry_uname_w
.Nd functions for manipulating archive entry descriptions
@@ -114,8 +112,6 @@
.Ft void
.Fn archive_entry_set_symlink "struct archive_entry *" "const char *"
.Ft void
-.Fn archive_entry_set_tartype "struct archive_entry *" "int"
-.Ft void
.Fn archive_entry_set_uid "struct archive_entry *" "uid_t"
.Ft void
.Fn archive_entry_set_uname "struct archive_entry *" "const char *"
@@ -127,8 +123,6 @@
.Fn archive_entry_symlink "struct archive_entry *"
.Ft const wchar_t *
.Fn archive_entry_symlink_w "struct archive_entry *"
-.Ft int
-.Fn archive_entry_tartype "struct archive_entry *"
.Ft const char *
.Fn archive_entry_uname "struct archive_entry *"
.Ft const wchar_t *
@@ -199,12 +193,6 @@ object.
Allocate and return a blank
.Tn struct archive_entry
object.
-.It Fn archive_entry_set_tartype
-Sets the value to be used in a tar-format header
-for this entry.
-Client code should generally not set this; if it
-is left unset, the library will automatically determine
-an appropriate value.
.El
.\" .Sh EXAMPLE
.\" .Sh RETURN VALUES
OpenPOWER on IntegriCloud