From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- sys/netinet/in.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/netinet/in.c') diff --git a/sys/netinet/in.c b/sys/netinet/in.c index c36b0fe..495dcff 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)in.c 8.2 (Berkeley) 11/15/93 - * $Id: in.c,v 1.8 1994/12/22 21:56:22 wollman Exp $ + * $Id: in.c,v 1.9 1995/02/14 06:28:25 phk Exp $ */ #include @@ -154,7 +154,6 @@ struct sockaddr_in *ap; } int in_interfaces; /* number of external internet interfaces */ -extern struct ifnet loif; /* * Generic internet control operations (ioctl's). -- cgit v1.1