[BACK]Return to gzopen.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / compress

Diff for /src/usr.bin/compress/gzopen.c between version 1.26 and 1.27

version 1.26, 2009/11/11 18:04:35 version 1.27, 2011/09/22 10:41:04
Line 58 
Line 58 
   (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).    (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
 */  */
   
 #ifndef SMALL  
 const char gz_rcsid[] =  
     "$OpenBSD$";  
 #endif  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/uio.h>  #include <sys/uio.h>

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27