summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/zopen.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/zopen.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/zopen.c')
-rw-r--r--usr.bin/compress/zopen.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c
index 0392d11d2e3..12de049e712 100644
--- a/usr.bin/compress/zopen.c
+++ b/usr.bin/compress/zopen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zopen.c,v 1.17 2005/08/25 17:07:56 millert Exp $ */
+/* $OpenBSD: zopen.c,v 1.18 2011/09/22 10:41:04 deraadt Exp $ */
/* $NetBSD: zopen.c,v 1.5 1995/03/26 09:44:53 glass Exp $ */
/*-
@@ -36,13 +36,6 @@
* From: @(#)zopen.c 8.1 (Berkeley) 6/27/93
*/
-#if 0
-static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93";
-#else
-const char z_rcsid[] =
- "$OpenBSD: zopen.c,v 1.17 2005/08/25 17:07:56 millert Exp $";
-#endif
-
/*-
* fcompress.c - File compression ala IEEE Computer, June 1984.
*