Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/gpl3/binutils/dist/zlib/deflate.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/gpl3/binutils/dist/zlib/deflate.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.2 diff -u -p -r1.1.1.1 -r1.1.1.1.2.2 --- src/external/gpl3/binutils/dist/zlib/deflate.h 2016/01/29 12:45:32 1.1.1.1 +++ src/external/gpl3/binutils/dist/zlib/deflate.h 2016/11/04 14:43:43 1.1.1.1.2.2 @@ -8,7 +8,7 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) Id: deflate.h,v 1.1.1.2 2002/03/11 21:53:23 tromey Exp */ +/* @(#) $Id: deflate.h,v 1.1.1.1.2.2 2016/11/04 14:43:43 pgoyette Exp $ */ #ifndef DEFLATE_H #define 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: */