summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 7e8d90b..d997949 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -533,7 +533,7 @@ if_free_type(struct ifnet *ifp, u_char type)
IF_ADDR_LOCK_DESTROY(ifp);
free(ifp, M_IFNET);
-};
+}
void
ifq_attach(struct ifaltq *ifq, struct ifnet *ifp)
OpenPOWER on IntegriCloud