summaryrefslogtreecommitdiff
path: root/pr/src/misc/prnetdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/misc/prnetdb.c')
-rw-r--r--pr/src/misc/prnetdb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pr/src/misc/prnetdb.c b/pr/src/misc/prnetdb.c
index a8aa7d10..f31374b3 100644
--- a/pr/src/misc/prnetdb.c
+++ b/pr/src/misc/prnetdb.c
@@ -114,15 +114,15 @@ PR_EXTERN(PRBool) _pr_ipv6_is_present;
((a)->pr_s6_addr[14] == 0) && \
((a)->pr_s6_addr[15] == 0x1U))
-const PRIPv6Addr _pr_in6addr_any = { 0, 0, 0, 0,
+const PRIPv6Addr _pr_in6addr_any = {{{ 0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
- 0, 0, 0, 0 };
+ 0, 0, 0, 0 }}};
-const PRIPv6Addr _pr_in6addr_loopback = { 0, 0, 0, 0,
+const PRIPv6Addr _pr_in6addr_loopback = {{{ 0, 0, 0, 0,
0, 0, 0, 0,
0, 0, 0, 0,
- 0, 0, 0, 0x1U };
+ 0, 0, 0, 0x1U }}};
/*
* The values at bytes 10 and 11 are compared using pointers to
* 8-bit fields, and not 32-bit fields, to make the comparison work on