summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/main.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-12-19 01:47:00 +0000
committerderaadt <deraadt@openbsd.org>2007-12-19 01:47:00 +0000
commit6d60aff24f59a40f723a757118c78eaab98d87f4 (patch)
treee086b7a833214c986c056125c86b3ea67eba0b0c /usr.bin/netstat/main.c
parentRemove bogus #ifdef __i386__, such that we properly initialize the bus number (diff)
downloadwireguard-openbsd-6d60aff24f59a40f723a757118c78eaab98d87f4.tar.xz
wireguard-openbsd-6d60aff24f59a40f723a757118c78eaab98d87f4.zip
delete rcsid crud
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r--usr.bin/netstat/main.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c
index 941f4fc42aa..76734f0c8f4 100644
--- a/usr.bin/netstat/main.c
+++ b/usr.bin/netstat/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.71 2007/12/14 18:35:46 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.72 2007/12/19 01:47:00 deraadt Exp $ */
/* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
/*
@@ -30,20 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983, 1988, 1993\n\
- Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94";
-#else
-static char *rcsid = "$OpenBSD: main.c,v 1.71 2007/12/14 18:35:46 deraadt Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/file.h>
#include <sys/protosw.h>