Subject: Re: sys/netinet updated from the netbsd-1-5 CVS branch
To: Naoya Suzuki <naoya-s@yc5.so-net.ne.jp>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 09/19/2002 21:32:35
On Wed, Sep 18, 2002 at 10:56:14PM +0900, Naoya Suzuki wrote:
> hi,
> 
> I use NetBSD-1.5.2 for i386.
> 
> I modified the directories "/usr/src/netinet/" then
> I try:
> 
> # cd /usr/src
> # cvs update -d -P -r netbsd-1-5 sys/netinet
> 
> and then I get the following error when trying to
> compile the new kernel:
> 
> # make depend
> # make 
> 
> ../../../../netinet/ip_input.c: In function `ip_sysctl':
> ../../../../netinet/ip_input.c:1785: `ip_gre_ttl' undeclared (first
> use in this function)
> ../../../../netinet/ip_input.c:1785: (Each undeclared identifier is
> reported only once
> ../../../../netinet/ip_input.c:1785: for each function it appears in.)
> *** Error code 1

Well, you probably have to update other files as well, maybe in sys/net,
maybe in sys/sys

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--