diff options
author | 2000-01-19 16:02:18 +0000 | |
---|---|---|
committer | 2000-01-19 16:02:18 +0000 | |
commit | 32c849d2eb98c2903d8e17f9cb97cb074cfbc1ec (patch) | |
tree | 804e14679d51203b5045b0f3fa0471069d1cd568 | |
parent | Sloppy me. (diff) | |
download | wireguard-openbsd-32c849d2eb98c2903d8e17f9cb97cb074cfbc1ec.tar.xz wireguard-openbsd-32c849d2eb98c2903d8e17f9cb97cb074cfbc1ec.zip |
another possible workaround for NetBSD PR 9189.
-rw-r--r-- | sys/netinet6/icmp6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/icmp6.h b/sys/netinet6/icmp6.h index fcce316623c..0aaac9c9340 100644 --- a/sys/netinet6/icmp6.h +++ b/sys/netinet6/icmp6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.h,v 1.4 2000/01/18 05:41:33 itojun Exp $ */ +/* $OpenBSD: icmp6.h,v 1.5 2000/01/19 16:02:18 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -289,7 +289,7 @@ struct nd_opt_mtu { /* MTU option */ struct icmp6_namelookup { struct icmp6_hdr icmp6_nl_hdr; - u_int64_t icmp6_nl_nonce; + u_int8_t icmp6_nl_nonce[8]; u_int32_t icmp6_nl_ttl; #if 0 u_int8_t icmp6_nl_len; |