summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/gzopen.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-09-22 10:41:04 +0000
committerderaadt <deraadt@openbsd.org>2011-09-22 10:41:04 +0000
commit0303a6351306e3e1b39e74d4e5b51b99df4963f8 (patch)
tree376bb8315dfd6518317637a16af992ea079cdb13 /usr.bin/compress/gzopen.c
parentDisable option DEBUG for hppa64 - it is now too noisy to be useful. (diff)
downloadwireguard-openbsd-0303a6351306e3e1b39e74d4e5b51b99df4963f8.tar.xz
wireguard-openbsd-0303a6351306e3e1b39e74d4e5b51b99df4963f8.zip
Remove the rcsid which were intentionally skipped in the "purge of 2009"
because the -V command printed them... gut the -V (and -L, while there) to be silent. ok miod jsg
Diffstat (limited to 'usr.bin/compress/gzopen.c')
-rw-r--r--usr.bin/compress/gzopen.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/compress/gzopen.c b/usr.bin/compress/gzopen.c
index dd6b7d20905..2fe33b55db3 100644
--- a/usr.bin/compress/gzopen.c
+++ b/usr.bin/compress/gzopen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gzopen.c,v 1.26 2009/11/11 18:04:35 deraadt Exp $ */
+/* $OpenBSD: gzopen.c,v 1.27 2011/09/22 10:41:04 deraadt Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -58,11 +58,6 @@
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
*/
-#ifndef SMALL
-const char gz_rcsid[] =
- "$OpenBSD: gzopen.c,v 1.26 2009/11/11 18:04:35 deraadt Exp $";
-#endif
-
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/uio.h>