summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-02-24 21:09:35 +0000
committerbms <bms@FreeBSD.org>2007-02-24 21:09:35 +0000
commitfcd6a02a5d5bf29f0733e164fe90b78b0efa3c04 (patch)
tree9392b62b58c2636c54630aa21c4fc275314ccdaf /sys/netinet6/raw_ip6.c
parentcb538c93c97ffa7557af7297f4cbe91b2944fb49 (diff)
downloadFreeBSD-src-fcd6a02a5d5bf29f0733e164fe90b78b0efa3c04.zip
FreeBSD-src-fcd6a02a5d5bf29f0733e164fe90b78b0efa3c04.tar.gz
Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it is
tested to determine if the userland socket is open; this, in turn, is used to determine if the module has been loaded. Tested with: LINT
Diffstat (limited to 'sys/netinet6/raw_ip6.c')
-rw-r--r--sys/netinet6/raw_ip6.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c
index 643c694..739d854 100644
--- a/sys/netinet6/raw_ip6.c
+++ b/sys/netinet6/raw_ip6.c
@@ -124,9 +124,7 @@ struct rip6stat rip6stat;
/*
* Hooks for multicast forwarding.
*/
-
-struct socket *ip6_mrouter;
-
+struct socket *ip6_mrouter = NULL;
int (*ip6_mrouter_set)(struct socket *, struct sockopt *);
int (*ip6_mrouter_get)(struct socket *, struct sockopt *);
int (*ip6_mrouter_done)(void);
OpenPOWER on IntegriCloud