aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2020-10-08 11:25:19 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2020-10-08 11:25:19 +0000
commiteccb2148970790cec6074ef8f274ddce3f44dca2 (patch)
tree68cd3b8372739a337470d6acb22689aef4e03264 /sys
parent5319fa1b3ec07e09c7b073fa558e193b716815e5 (diff)
downloadsrc-eccb2148970790cec6074ef8f274ddce3f44dca2.tar.gz
src-eccb2148970790cec6074ef8f274ddce3f44dca2.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/uipc_mbufhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_mbufhash.c b/sys/kern/uipc_mbufhash.c
index 9efc08b1432f..d027bbf6392d 100644
--- a/sys/kern/uipc_mbufhash.c
+++ b/sys/kern/uipc_mbufhash.c
@@ -78,7 +78,7 @@ m_ether_tcpip_hash(const uint32_t flags, const struct mbuf *m,
struct ether_vlan_header vlan;
uint32_t port;
} buf;
- struct ether_header *eh;
+ const struct ether_header *eh;
const struct ether_vlan_header *vlan;
#ifdef INET
const struct ip *ip;