mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
put an extern for inet6sw in here and make it active only for kernel compiling
This commit is contained in:
parent
00dcdc8d67
commit
dcb46aa29b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92699
@ -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