diff options
author | 2019-04-27 05:30:13 +0000 | |
---|---|---|
committer | 2019-04-27 05:30:13 +0000 | |
commit | 7d2a3e84f7b1ef4108461d1a674801c140b6e5a3 (patch) | |
tree | 157a678322768b6dda9caf641e2c2d76623f9109 | |
parent | rename softc members so theyre prefixed with sc. (diff) | |
download | wireguard-openbsd-7d2a3e84f7b1ef4108461d1a674801c140b6e5a3.tar.xz wireguard-openbsd-7d2a3e84f7b1ef4108461d1a674801c140b6e5a3.zip |
remove sc_proto, it isn't used.
-rw-r--r-- | sys/net/if_vlan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index dc736c9ea94..f6e3d991f74 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.193 2019/04/27 05:28:00 dlg Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.194 2019/04/27 05:30:13 dlg Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -88,7 +88,6 @@ struct vlan_softc { unsigned int sc_ifidx0; /* parent interface */ int sc_rxprio; int sc_prio; - u_int16_t sc_proto; /* encapsulation ethertype */ u_int16_t sc_tag; u_int16_t sc_type; /* non-standard ethertype or 0x8100 */ LIST_HEAD(__vlan_mchead, vlan_mc_entry) |