The branch stable/12 has been updated by eugen:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d6112f7dd8742a2a17292557352c12dff1aa24a9

commit d6112f7dd8742a2a17292557352c12dff1aa24a9
Author:     Eugene Grosbein <eu...@freebsd.org>
AuthorDate: 2021-05-23 03:01:56 +0000
Commit:     Eugene Grosbein <eu...@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;
 
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to