summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/net/if_edsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/net/if_edsc.c')
-rw-r--r--freebsd/sys/net/if_edsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/net/if_edsc.c b/freebsd/sys/net/if_edsc.c
index 6b5671c1..b12e0bb8 100644
--- a/freebsd/sys/net/if_edsc.c
+++ b/freebsd/sys/net/if_edsc.c
@@ -74,7 +74,7 @@ struct edsc_softc {
/*
* Attach to the interface cloning framework.
*/
-static VNET_DEFINE(struct if_clone *, edsc_cloner);
+VNET_DEFINE_STATIC(struct if_clone *, edsc_cloner);
#define V_edsc_cloner VNET(edsc_cloner)
static int edsc_clone_create(struct if_clone *, int, caddr_t);
static void edsc_clone_destroy(struct ifnet *);