put an extern for inet6sw in here and make it active only for kernel compiling
This commit is contained in:
parent
00dcdc8d67
commit
dcb46aa29b
@ -156,4 +156,8 @@ struct ip6protosw {
|
||||
struct pfil_head pr_pfh;
|
||||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
extern struct ip6protosw inet6sw[];
|
||||
#endif
|
||||
|
||||
#endif /* !_NETINET6_IP6PROTOSW_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user