summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/unix.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/unix.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/unix.c')
-rw-r--r--usr.bin/netstat/unix.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c
index db47e7e8c54..ef15d8bd747 100644
--- a/usr.bin/netstat/unix.c
+++ b/usr.bin/netstat/unix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: unix.c,v 1.12 2005/03/25 17:01:04 jaredy Exp $ */
+/* $OpenBSD: unix.c,v 1.13 2007/12/19 01:47:00 deraadt Exp $ */
/* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */
/*-
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "from: @(#)unix.c 8.1 (Berkeley) 6/6/93";
-#else
-static char *rcsid = "$OpenBSD: unix.c,v 1.12 2005/03/25 17:01:04 jaredy Exp $";
-#endif
-#endif /* not lint */
-
/*
* Display protocol blocks in the unix domain.
*/