diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-19 01:47:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-19 01:47:01 +0000 |
commit | 4a22d11d475ee19787ed5bb5525aa71e344eddb2 (patch) | |
tree | 2928a8897eacb702c2eaed1d8d911967b1d55db0 /usr.bin/netstat/unix.c | |
parent | 3181fc04cb71f81d4a38726a9fb70d71d0bde8ea (diff) |
delete rcsid crud
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. */ |