Subject: Re: make kernel problem
To: None <current-users@netbsd.org, ein@hkstar.com>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: current-users
Date: 03/31/2000 17:45:19
In message <Pine.SOL.4.10.10003311119490.15976-100000@imsp234.hkstar.com>
	on Fri, 31 Mar 2000 11:21:28 +0800 (HKT),
	Chan Yiu Wah <c5666305@hkstar.com> wrote:
> Hello,
> 
> I encountered an problem when I trying to make new kernel with soruce upto
> Mar30, 2000.  The error is
...
> ../../../../netinet/ip_input.c: In function `ip_input':
> ../../../../netinet/ip_input.c:558: warning: implicit declaration of
> function `ip_mforward'
> *** Error code 1

It seems that ip_input.c and ip_output.c should include
<netinet/ip_mroute.h> when MROUTING is defined.

Cheers.

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>