Fix "options VIMAGE_GLOBALS" build following introduction of

in6_ifaddrhead.

Approved by:	re (kib)
This commit is contained in:
Robert Watson 2009-06-29 15:23:50 +00:00
parent 014c191ae6
commit 5f06a81ae9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195157

View file

@ -487,7 +487,7 @@ struct in6_rrenumreq {
#ifdef _KERNEL
#ifdef VIMAGE_GLOBALS
extern struct in6_ifaddr *in6_ifaddr;
extern struct in6_ifaddrhead in6_ifaddrhead;
extern struct icmp6stat icmp6stat;