Properly declare the "net.inet" sysctl subtree.

This commit is contained in:
Andre Oppermann 2004-10-19 21:06:14 +00:00
parent 539be79a9d
commit 969bb53e80

View File

@ -159,6 +159,7 @@ struct in_multi {
#ifdef _KERNEL
#ifdef SYSCTL_DECL
SYSCTL_DECL(_net_inet);
SYSCTL_DECL(_net_inet_ip);
SYSCTL_DECL(_net_inet_raw);
#endif