summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/gzopen.c
diff options
context:
space:
mode:
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>