summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/nullopen.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/nullopen.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/nullopen.c')
-rw-r--r--usr.bin/compress/nullopen.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/compress/nullopen.c b/usr.bin/compress/nullopen.c
index f30e7d5a579..95467a4599c 100644
--- a/usr.bin/compress/nullopen.c
+++ b/usr.bin/compress/nullopen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nullopen.c,v 1.3 2005/06/26 18:20:26 otto Exp $ */
+/* $OpenBSD: nullopen.c,v 1.4 2011/09/22 10:41:04 deraadt Exp $ */
/*
* Copyright (c) 2003 Can Erkin Acar
@@ -28,9 +28,6 @@
*
*/
-const char null_rcsid[] =
- "$OpenBSD: nullopen.c,v 1.3 2005/06/26 18:20:26 otto Exp $";
-
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>