diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2008-03-31 06:24:39 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2008-03-31 06:24:39 +0000 |
| commit | 4b7d286a5bafab45cf9037d236bc775422a4b7ed (patch) | |
| tree | 5f35fa2a877a50c6e39ebd7d0d1a2858f23fad1a /lib/libarchive | |
| parent | 93836c4918e98018f151ec339e7dbf88efef467e (diff) | |
Notes
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/archive_entry_private.h | 2 |
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]; }; |
