summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/send.c')
-rw-r--r--sys/netinet6/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/send.c b/sys/netinet6/send.c
index 71d88d0..baf7f4c 100644
--- a/sys/netinet6/send.c
+++ b/sys/netinet6/send.c
@@ -60,7 +60,7 @@ MALLOC_DEFINE(M_SEND, "send", "Secure Neighbour Discovery");
/*
* The socket used to communicate with the SeND daemon.
*/
-static VNET_DEFINE(struct socket *, send_so);
+STATIC_VNET_DEFINE(struct socket *, send_so);
#define V_send_so VNET(send_so)
u_long send_sendspace = 8 * (1024 + sizeof(struct sockaddr_send));
OpenPOWER on IntegriCloud