summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.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/main.c
parent3181fc04cb71f81d4a38726a9fb70d71d0bde8ea (diff)
delete rcsid crud
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r--usr.bin/netstat/main.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c
index 941f4fc42aa..76734f0c8f4 100644
--- a/usr.bin/netstat/main.c
+++ b/usr.bin/netstat/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.71 2007/12/14 18:35:46 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.72 2007/12/19 01:47:00 deraadt Exp $ */
/* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
/*
@@ -30,20 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983, 1988, 1993\n\
- Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#if 0
-static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94";
-#else
-static char *rcsid = "$OpenBSD: main.c,v 1.71 2007/12/14 18:35:46 deraadt Exp $";
-#endif
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/file.h>
#include <sys/protosw.h>