remove gre_softc declaration; the symbol is no longer used in this
file.
This commit is contained in:
parent
14ec3b84b7
commit
5f688e6632
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ip_mroute.c,v 1.40 1999/02/01 15:09:46 mycroft Exp $ */
|
/* $NetBSD: ip_mroute.c,v 1.41 1999/02/02 07:10:45 marc Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IP multicast forwarding procedures
|
* IP multicast forwarding procedures
|
||||||
|
@ -39,10 +39,6 @@
|
||||||
#include <netinet/igmp_var.h>
|
#include <netinet/igmp_var.h>
|
||||||
#include <netinet/ip_mroute.h>
|
#include <netinet/ip_mroute.h>
|
||||||
|
|
||||||
#if NGRE > 0
|
|
||||||
extern struct gre_softc gre_softc[NGRE];
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <machine/stdarg.h>
|
#include <machine/stdarg.h>
|
||||||
|
|
||||||
#define IP_MULTICASTOPTS 0
|
#define IP_MULTICASTOPTS 0
|
||||||
|
|
Loading…
Reference in New Issue