aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2005-11-08 07:44:39 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2005-11-08 07:44:39 +0000
commit6487f671b64b1821dd825e4b173bec9bcad96982 (patch)
treefda3f8b81c853e2b79bfc0e137ba987eacd08de5 /lib
parentf0e9186bf95c50d8850384b005786415e02a6a31 (diff)
downloadsrc-6487f671b64b1821dd825e4b173bec9bcad96982.tar.gz
src-6487f671b64b1821dd825e4b173bec9bcad96982.zip
Bump the maximum number of archive formats that can be
enabled at one time from 4 to 8.
Notes
Notes: svn path=/head/; revision=152183
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/archive_private.h b/lib/libarchive/archive_private.h
index 97ad6c81a492..6b93820c5ab0 100644
--- a/lib/libarchive/archive_private.h
+++ b/lib/libarchive/archive_private.h
@@ -157,7 +157,7 @@ struct archive {
int (*read_data_skip)(struct archive *);
int (*cleanup)(struct archive *);
void *format_data; /* Format-specific data for readers. */
- } formats[4];
+ } formats[8];
struct archive_format_descriptor *format; /* Active format. */
/*