git: d6112f7dd874 - stable/12 - if_vlan.c: really fix it.
Eugene Grosbein
eugen at FreeBSD.org
Sun May 23 03:03:33 UTC 2021
The branch stable/12 has been updated by eugen:
URL: https://cgit.FreeBSD.org/src/commit/?id=d6112f7dd8742a2a17292557352c12dff1aa24a9
commit d6112f7dd8742a2a17292557352c12dff1aa24a9
Author: Eugene Grosbein <eugen at FreeBSD.org>
AuthorDate: 2021-05-23 03:01:56 +0000
Commit: Eugene Grosbein <eugen at FreeBSD.org>
CommitDate: 2021-05-23 03:01:56 +0000
if_vlan.c: really fix it.
Sigh... Another direct commit to stable/12 to fix build.
---
sys/net/if_vlan.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 1830c1cc441a..2f1b1dec9603 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -1185,7 +1185,6 @@ static int
vlan_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
struct route *ro)
{
- struct epoch_tracker et;
struct ifvlan *ifv;
struct ifnet *p;
More information about the dev-commits-src-all
mailing list