summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/route.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/route.c
parent3181fc04cb71f81d4a38726a9fb70d71d0bde8ea (diff)
delete rcsid crud
Diffstat (limited to 'usr.bin/netstat/route.c')
-rw-r--r--usr.bin/netstat/route.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index d2a184f4f1b..c549ce118eb 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.76 2007/12/14 18:35:46 deraadt Exp $ */
+/* $OpenBSD: route.c,v 1.77 2007/12/19 01:47:00 deraadt Exp $ */
/* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */
/*
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "from: @(#)route.c 8.3 (Berkeley) 3/9/94";
-#else
-static char *rcsid = "$OpenBSD: route.c,v 1.76 2007/12/14 18:35:46 deraadt Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/protosw.h>
#include <sys/socket.h>