diff options
author | andre <andre@FreeBSD.org> | 2004-10-19 21:06:14 +0000 |
---|---|---|
committer | andre <andre@FreeBSD.org> | 2004-10-19 21:06:14 +0000 |
commit | 40693cc7d92c8317aac4b7e774996bf54b3d79f9 (patch) | |
tree | 7fce7bfcec96569787e6fa7049681062ef263134 /sys | |
parent | 11ab41ab2fcf910d0a343664eb523a47314b88c3 (diff) | |
download | FreeBSD-src-40693cc7d92c8317aac4b7e774996bf54b3d79f9.zip FreeBSD-src-40693cc7d92c8317aac4b7e774996bf54b3d79f9.tar.gz |
Properly declare the "net.inet" sysctl subtree.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 6b26e69..2501db7 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -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 |