summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/arp.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-03-29 23:55:18 +0000
committerhenning <henning@openbsd.org>2005-03-29 23:55:18 +0000
commit7ff9e76a7404b4a7c9b04abdface9003c54196ab (patch)
tree3e24bf142d2ec60fcd3534fd804f2a87731f8d48 /usr.sbin/arp/arp.c
parent- fix overflow when too many -a arguments are given (diff)
downloadwireguard-openbsd-7ff9e76a7404b4a7c9b04abdface9003c54196ab.tar.xz
wireguard-openbsd-7ff9e76a7404b4a7c9b04abdface9003c54196ab.zip
clean further, theo ok
Diffstat (limited to 'usr.sbin/arp/arp.c')
-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
*/