Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 another possible PR9189 issue (panic on sparc).



details:   https://anonhg.NetBSD.org/src/rev/c6525f495345
branches:  trunk
changeset: 480769:c6525f495345
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jan 19 15:59:14 2000 +0000

description:
another possible PR9189 issue (panic on sparc).

diffstat:

 sys/netinet6/icmp6.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a04a316727f7 -r c6525f495345 sys/netinet6/icmp6.h
--- a/sys/netinet6/icmp6.h      Wed Jan 19 14:54:13 2000 +0000
+++ b/sys/netinet6/icmp6.h      Wed Jan 19 15:59:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: icmp6.h,v 1.9 2000/01/18 05:36:19 itojun Exp $ */
+/*     $NetBSD: icmp6.h,v 1.10 2000/01/19 15:59:14 itojun Exp $        */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -289,7 +289,7 @@
 
 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;



Home | Main Index | Thread Index | Old Index