From 7293a24a2b093fcb82ba80e14cb33ff03e2e24e8 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 3 May 2003 21:06:42 +0000 Subject: Use __FBSDID over rcsid[]. Protect copyright[] where needed. --- usr.sbin/arp/arp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/arp/arp.c') diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index d1bf4da..e0bdf11 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -34,6 +34,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static char const copyright[] = "@(#) Copyright (c) 1984, 1993\n\ @@ -41,12 +42,11 @@ static char const copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; -#endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#endif +#include +__FBSDID("$FreeBSD$"); /* * arp - display, set, and delete arp table entries -- cgit v1.1