Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.

This commit is contained in:
Garrett Wollman 1997-01-03 20:16:31 +00:00
parent ee3e763371
commit 8766942543
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21263
3 changed files with 7 additions and 5 deletions

View File

@ -32,7 +32,11 @@
*/
#ifndef lint
/*
static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
*/
static const char rcsid[] =
"$Id$";
#endif /* not lint */
#include <sys/types.h>
@ -41,6 +45,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95";
#include <sys/time.h>
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <netinet/in.h>

View File

@ -55,9 +55,7 @@
#include <netinet/in.h>
#include <netinet/igmp.h>
#include <net/route.h>
#define KERNEL 1 /* XXX bogus! */
#include <netinet/ip_mroute.h>
#undef KERNEL
#include <stdio.h>
#include <stdlib.h>

View File

@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
"$Id: route.c,v 1.21 1996/10/28 18:56:44 wollman Exp $";
"$Id: route.c,v 1.22 1996/12/10 17:11:53 wollman Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -45,11 +45,10 @@ 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>
#define KERNEL
#include <net/route.h>
#undef KERNEL
#include <netinet/in.h>
#include <netipx/ipx.h>