Subject: make kernel problem
To: None <current-users@netbsd.org>
From: Chan Yiu Wah <c5666305@hkstar.com>
List: current-users
Date: 03/31/2000 11:21:28
Hello,

I encountered an problem when I trying to make new kernel with soruce upto
Mar30, 2000.  The error is

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc
-I../../../../../crypto-intl/sys -I../../../../../gnu/sys -DLKM
-DDIAGNOSTIC -DEXT2FS_SYSTEM_FLAGS -DIPSEC_DEBUG -DMAXUSERS=32 -D_KERNEL
-Di386  -c ../../../../netinet/ip_input.c
cc1: warnings being treated as errors
../../../../netinet/ip_input.c: In function `ip_input':
../../../../netinet/ip_input.c:558: warning: implicit declaration of
function `ip_mforward'
*** Error code 1

Stop.


Anyone know how to fix it ? Thanks.


Clarence