summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-03-31 06:24:39 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-03-31 06:24:39 +0000
commit4b7d286a5bafab45cf9037d236bc775422a4b7ed (patch)
tree5f35fa2a877a50c6e39ebd7d0d1a2858f23fad1a /lib/libarchive
parent93836c4918e98018f151ec339e7dbf88efef467e (diff)
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/archive_entry_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_entry_private.h b/lib/libarchive/archive_entry_private.h
index 33e9d78c59c4..6eb973e2d58b 100644
--- a/lib/libarchive/archive_entry_private.h
+++ b/lib/libarchive/archive_entry_private.h
@@ -150,7 +150,7 @@ struct archive_entry {
struct ae_xattr *xattr_head;
struct ae_xattr *xattr_p;
- char strmode[11];
+ char strmode[12];
};