Removed most unused includes of <net/if_var.h> outside the kernel.

This commit is contained in:
Bruce Evans 1998-01-16 17:38:56 +00:00
parent 060cc64852
commit cc03533c8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32570
6 changed files with 6 additions and 12 deletions

View File

@ -39,7 +39,7 @@
/*
* from arp.c 8.2 (Berkeley) 1/2/94
* $Id$
* $Id: rtmsg.c,v 1.8 1997/02/22 14:21:09 peter Exp $
*/
#include <sys/param.h>
@ -54,7 +54,6 @@
#include <sys/time.h>
#include <net/if.h>
#include <net/if_var.h> /* needed for if_ether.h XXX */
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>

View File

@ -1,5 +1,5 @@
/* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */
/* $Id: ifmedia.c,v 1.3 1997/05/10 17:14:53 peter Exp $ */
/* $Id: ifmedia.c,v 1.4 1997/10/16 03:55:29 peter Exp $ */
/*
* Copyright (c) 1997 Jason R. Thorpe.
@ -73,7 +73,6 @@
#include <sys/time.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/if_media.h>

View File

@ -45,7 +45,7 @@ static char const copyright[] =
static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94";
#endif
static const char rcsid[] =
"$Id: arp.c,v 1.12 1997/09/03 06:32:31 charnier Exp $";
"$Id: arp.c,v 1.13 1997/11/13 01:16:57 julian Exp $";
#endif /* not lint */
/*
@ -62,7 +62,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <net/route.h>

View File

@ -21,7 +21,7 @@
*/
#ifndef lint
static char rcsid[] = "$Id$";
static char rcsid[] = "$Id: sys-bsd.c,v 1.11 1997/08/19 17:52:47 peter Exp $";
#endif
/*
@ -51,7 +51,6 @@ static char rcsid[] = "$Id$";
#endif
#include <net/if.h>
#include <net/if_var.h>
#include <net/ppp_defs.h>
#include <net/if_ppp.h>
#include <net/route.h>

View File

@ -27,7 +27,7 @@ The Regents of the University of California. All rights reserved.\n";
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: rarpd.c,v 1.17 1997/10/13 11:03:36 charnier Exp $";
#endif /* not lint */
/*
@ -47,7 +47,6 @@ static const char rcsid[] =
#include <net/bpf.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_types.h>
#include <net/if_dl.h>
#include <net/route.h>

View File

@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: wlconfig.c,v 1.6 1997/10/27 12:23:08 charnier Exp $";
#endif /* not lint */
/*
@ -67,7 +67,6 @@ static const char rcsid[] =
#include <machine/if_wl_wavelan.h>
#include <net/if.h>
#include <net/if_var.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
extern struct ether_addr *ether_aton(char *a);