diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-01-19 16:02:19 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-01-19 16:02:19 +0000 |
commit | fab44a305f0ce081ffdf8c9602e66898ebc805b0 (patch) | |
tree | df3b06ed64b8df6a732417629355ea9b7bacd758 | |
parent | 952953b00edf7db93a82bafb09f87ba5ef0439f9 (diff) |
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; |