diff options
Diffstat (limited to 'usr.bin/netstat/unix.c')
-rw-r--r-- | usr.bin/netstat/unix.c | 10 |
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. */ |