summaryrefslogtreecommitdiffstats
path: root/lib/libz/deflate.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-05-05 06:20:49 +0000
committerdelphij <delphij@FreeBSD.org>2013-05-05 06:20:49 +0000
commit3aa8c3c45d1e3a051472f5709b73c3f14dead8c9 (patch)
treebacb6680be330336d733ff4c78a4729e1c6cf08f /lib/libz/deflate.h
parent1136bac82ba442fbcd3270b6cf0a9a87260cd30b (diff)
downloadFreeBSD-src-3aa8c3c45d1e3a051472f5709b73c3f14dead8c9.zip
FreeBSD-src-3aa8c3c45d1e3a051472f5709b73c3f14dead8c9.tar.gz
MFV: Update zlib to 1.2.8.
MFC after: 1 month
Diffstat (limited to 'lib/libz/deflate.h')
-rw-r--r--lib/libz/deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/deflate.h b/lib/libz/deflate.h
index fbac44d..ce0299e 100644
--- a/lib/libz/deflate.h
+++ b/lib/libz/deflate.h
@@ -104,7 +104,7 @@ typedef struct internal_state {
int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
gz_headerp gzhead; /* gzip header information to write */
uInt gzindex; /* where in extra, name, or comment */
- Byte method; /* STORED (for zip only) or DEFLATED */
+ Byte method; /* can only be DEFLATED */
int last_flush; /* value of flush param for previous deflate call */
/* used by deflate.c: */
OpenPOWER on IntegriCloud