=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/signify/zsig.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/signify/zsig.c 2016/09/10 12:23:16 1.12 --- src/usr.bin/signify/zsig.c 2016/09/27 02:16:40 1.13 *************** *** 1,4 **** ! /* $OpenBSD: zsig.c,v 1.12 2016/09/10 12:23:16 deraadt Exp $ */ /* * Copyright (c) 2016 Marc Espie * --- 1,4 ---- ! /* $OpenBSD: zsig.c,v 1.13 2016/09/27 02:16:40 tedu Exp $ */ /* * Copyright (c) 2016 Marc Espie * *************** *** 52,61 **** 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 ! * non-existent warnings. ! */ ! uint8_t * readgz_header(struct gzheader *h, int fd) { size_t sz = 1024; --- 52,58 ---- static uint8_t fake[10] = { 0x1f, 0x8b, 8, FCOMMENT_FLAG, 0, 0, 0, 0, 0, 3 }; ! static uint8_t * readgz_header(struct gzheader *h, int fd) { size_t sz = 1024;