Subject: Re: u6_addr failure in rtsol.c
To: NetBSD Mailing list <netbsd@mrynet.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 10/09/1999 16:56:16
>I've apparently been trying to report this to the wrong list, so I'll
>try here.
>In sbin/rtsol:
>cc -O  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith  -DINET6 -c rtsol.c
>rtsol.c: In function `sendit':
>rtsol.c:232: structure has no member named `u6_addr'
>*** Error code 1
>This is on the VAX platform with the current CVS as of yesterday.
>I've been seeing this for over a month, and since it takes literally
>DAYS to get to this point in a build, I won't be CVS'ing again until
>I hear something about it.  I've searched the world for any references
>to u6_addr, and find none at all except for in this file.

	What is the revision of /usr/include/netinet6/in6.h and
	src/sys/netinet6/in6.h?  The latest is 1.6, it looks that you have
	out-of-sync header file.

itojun