summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_pcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/in6_pcb.c')
-rw-r--r--sys/netinet6/in6_pcb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c
index 172af315416..523237f624e 100644
--- a/sys/netinet6/in6_pcb.c
+++ b/sys/netinet6/in6_pcb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in6_pcb.c,v 1.102 2018/06/03 21:32:32 bluhm Exp $ */
+/* $OpenBSD: in6_pcb.c,v 1.103 2018/06/07 08:46:24 bluhm Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -132,7 +132,7 @@
* Globals
*/
-struct in6_addr zeroin6_addr;
+const struct in6_addr zeroin6_addr;
/*
* Keep separate inet6ctlerrmap, because I may remap some of these.