From 28f8db1403052856e6104905b66329de1cfa1dc7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 29 Jul 1995 11:44:31 +0000 Subject: Eliminate sloppy common-style declarations. There should be none left for the LINT configuation. --- sys/netns/ns_ip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netns/ns_ip.c') diff --git a/sys/netns/ns_ip.c b/sys/netns/ns_ip.c index e87e1656bc22..2702997a4a31 100644 --- a/sys/netns/ns_ip.c +++ b/sys/netns/ns_ip.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ns_ip.c 8.1 (Berkeley) 6/10/93 - * $Id: ns_ip.c,v 1.2 1994/08/02 07:51:50 davidg Exp $ + * $Id: ns_ip.c,v 1.3 1995/03/19 14:29:03 davidg Exp $ */ /* @@ -401,7 +401,6 @@ nsip_ctlinput(cmd, sa) int cmd; struct sockaddr *sa; { - extern u_char inetctlerrmap[]; struct sockaddr_in *sin; int in_rtchange(); -- cgit v1.2.3