summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-03-29 23:55:19 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-03-29 23:55:19 +0000
commit279c6328e9514f35aa59843cfeb7dcf88a9e7281 (patch)
tree38048e05bedd434ab6af82128f6a78204fe09cc4 /usr.sbin
parentc688c195e058c5c287342329dcb96dad0d88e284 (diff)
clean further, theo ok
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/arp/arp.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c
index 54af4d08f1f..fb88af93b7b 100644
--- a/usr.sbin/arp/arp.c
+++ b/usr.sbin/arp/arp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arp.c,v 1.33 2005/03/29 22:24:48 henning Exp $ */
+/* $OpenBSD: arp.c,v 1.34 2005/03/29 23:55:18 henning Exp $ */
/* $NetBSD: arp.c,v 1.12 1995/04/24 13:25:18 cgd Exp $ */
/*
@@ -33,17 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1984, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-/*static char sccsid[] = "from: @(#)arp.c 8.2 (Berkeley) 1/2/94";*/
-static char *rcsid = "$OpenBSD: arp.c,v 1.33 2005/03/29 22:24:48 henning Exp $";
-#endif /* not lint */
-
/*
* arp - display, set, and delete arp table entries
*/