summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-11-08 07:44:39 +0000
committerkientzle <kientzle@FreeBSD.org>2005-11-08 07:44:39 +0000
commit1098b18801da5a20782d6f8dd6303e51e5c95308 (patch)
treefda3f8b81c853e2b79bfc0e137ba987eacd08de5 /lib
parent943bf8651e7784aee54605585e75752ade073677 (diff)
downloadFreeBSD-src-1098b18801da5a20782d6f8dd6303e51e5c95308.zip
FreeBSD-src-1098b18801da5a20782d6f8dd6303e51e5c95308.tar.gz
Bump the maximum number of archive formats that can be
enabled at one time from 4 to 8.
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 97ad6c8..6b93820 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. */
/*
OpenPOWER on IntegriCloud