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

Diff for /src/usr.bin/signify/zsig.c between version 1.12 and 1.13

version 1.12, 2016/09/10 12:23:16 version 1.13, 2016/09/27 02:16:40
Line 52 
Line 52 
   
 static uint8_t fake[10] = { 0x1f, 0x8b, 8, FCOMMENT_FLAG, 0, 0, 0, 0, 0, 3 };  static uint8_t fake[10] = { 0x1f, 0x8b, 8, FCOMMENT_FLAG, 0, 0, 0, 0, 0, 3 };
   
 /* XXX no static there, confuses the hell out of gcc which displays  static uint8_t *
  * non-existent warnings.  
  */  
 uint8_t *  
 readgz_header(struct gzheader *h, int fd)  readgz_header(struct gzheader *h, int fd)
 {  {
         size_t sz = 1024;          size_t sz = 1024;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13