From 68731e73fd9f16d8c2ed9369717b085da5498538 Mon Sep 17 00:00:00 2001 From: bz Date: Sun, 17 May 2009 20:59:09 +0000 Subject: Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again. --- sys/contrib/altq/altq/altq_subr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/contrib') diff --git a/sys/contrib/altq/altq/altq_subr.c b/sys/contrib/altq/altq/altq_subr.c index b2715ad..6febbab 100644 --- a/sys/contrib/altq/altq/altq_subr.c +++ b/sys/contrib/altq/altq/altq_subr.c @@ -454,6 +454,7 @@ static void tbr_timeout(arg) void *arg; { + INIT_VNET_NET(curvnet); struct ifnet *ifp; int active, s; -- cgit v1.1