summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/compress.h
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/compress.h
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/compress.h')
-rw-r--r--usr.bin/compress/compress.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/compress/compress.h b/usr.bin/compress/compress.h
index 7b4c067c393..ba96eca75d7 100644
--- a/usr.bin/compress/compress.h
+++ b/usr.bin/compress/compress.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: compress.h,v 1.11 2008/08/07 17:37:37 sobrado Exp $ */
+/* $OpenBSD: compress.h,v 1.12 2011/09/22 10:41:04 deraadt Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -56,8 +56,6 @@ enum program_mode {
#define FAILURE 1
#define WARNING 2
-extern const char main_rcsid[], z_rcsid[], gz_rcsid[], pkzip_rcsid[],
- pack_rcsid[], lzh_rcsid[], null_rcsid[];
extern char null_magic[];
extern void *z_open(int, const char *, char *, int, u_int32_t, int);