=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compress/gzopen.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/compress/gzopen.c 2003/12/16 22:38:40 1.18 +++ src/usr.bin/compress/gzopen.c 2003/12/16 22:46:25 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: gzopen.c,v 1.18 2003/12/16 22:38:40 henning Exp $ */ +/* $OpenBSD: gzopen.c,v 1.19 2003/12/16 22:46:25 henning Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -58,8 +58,10 @@ (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). */ +#ifndef SMALL const char gz_rcsid[] = - "$OpenBSD: gzopen.c,v 1.18 2003/12/16 22:38:40 henning Exp $"; + "$OpenBSD: gzopen.c,v 1.19 2003/12/16 22:46:25 henning Exp $"; +#endif #include #include