summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-19 01:47:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-12-19 01:47:01 +0000
commit4a22d11d475ee19787ed5bb5525aa71e344eddb2 (patch)
tree2928a8897eacb702c2eaed1d8d911967b1d55db0 /usr.bin/netstat/if.c
parent3181fc04cb71f81d4a38726a9fb70d71d0bde8ea (diff)
delete rcsid crud
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r--usr.bin/netstat/if.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 9e08b602b92..d97cdd26231 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.54 2007/12/14 18:35:46 deraadt Exp $ */
+/* $OpenBSD: if.c,v 1.55 2007/12/19 01:47:00 deraadt Exp $ */
/* $NetBSD: if.c,v 1.16.4.2 1996/06/07 21:46:46 thorpej Exp $ */
/*
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "from: @(#)if.c 8.2 (Berkeley) 2/21/94";
-#else
-static char *rcsid = "$OpenBSD: if.c,v 1.54 2007/12/14 18:35:46 deraadt Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/protosw.h>
#include <sys/socket.h>