Subject: Re: Build failure in ping6 of vax port
To: NetBSD Mailing list <netbsd@mrynet.com>
From: None <itojun@iijlab.net>
List: port-vax
Date: 12/15/1999 16:50:56
>all ===> sbin/ping6
>cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror -DINET6 -DIPSEC -DKAME_SCOPEID -c ping6.c
>ping6.c: In function `main':
>ping6.c:315: `NI_NODEADDR_FLAG_ANYCAST' undeclared (first use in this function)
>ping6.c:315: (Each undeclared identifier is reported only once
>ping6.c:315: for each function it appears in.)
>ping6.c: In function `pr_addr':
>ping6.c:1414: `NI_WITHSCOPEID' undeclared (first use in this function)
>*** Error code 1
>Cheers,
>-skots
it looks that include files are out of sync. Be sure to get the
following:
/* $NetBSD: icmp6.h,v 1.6 1999/12/13 15:17:21 itojun Exp $ */
/* $NetBSD: netdb.h,v 1.14 1999/12/12 10:49:37 itojun Exp $ */
itojun