summaryrefslogtreecommitdiffstats
path: root/contrib/file/src/cdf.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-05-28 06:17:35 +0000
committerdelphij <delphij@FreeBSD.org>2016-05-28 06:17:35 +0000
commit91ba1b1e4e9a4f9897c65479d05434356024147b (patch)
tree2f2ab8b6bef4f33da2b65712942db22ef56d2286 /contrib/file/src/cdf.h
parent7c96bdb9c8a1295e7cd4f855d10ea5dffe1085ec (diff)
downloadFreeBSD-src-91ba1b1e4e9a4f9897c65479d05434356024147b.zip
FreeBSD-src-91ba1b1e4e9a4f9897c65479d05434356024147b.tar.gz
MFC r298192,299234,299238,299736:
file 5.27.
Diffstat (limited to 'contrib/file/src/cdf.h')
-rw-r--r--contrib/file/src/cdf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/file/src/cdf.h b/contrib/file/src/cdf.h
index cee8d77..853a719 100644
--- a/contrib/file/src/cdf.h
+++ b/contrib/file/src/cdf.h
@@ -129,6 +129,7 @@ typedef struct {
void *sst_tab;
size_t sst_len;
size_t sst_dirlen;
+ size_t sst_ss;
} cdf_stream_t;
typedef struct {
@@ -277,7 +278,7 @@ typedef struct {
typedef struct {
size_t cat_num;
- cdf_catalog_entry_t cat_e[0];
+ cdf_catalog_entry_t cat_e[1];
} cdf_catalog_t;
struct timespec;
OpenPOWER on IntegriCloud