CURRENT from 3 hours ago with this 

options         INET6
options         IPSEC
options         IPSEC_ESP
options         IPSEC_IPV6FWD

cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
-g -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include opt_global.h -elf  
-mpreferred-stack-boundary=2  ../../netinet6/ip6_forward.c
../../netinet6/ip6_forward.c: In function `ip6_forward':
../../netinet6/ip6_forward.c:108: warning: implicit declaration of function 
`ipsec6_in_reject'
../../netinet6/ip6_forward.c:109: `ipsec6stat' undeclared (first use in this function)
../../netinet6/ip6_forward.c:109: (Each undeclared identifier is reported only once
../../netinet6/ip6_forward.c:109: for each function it appears in.)
../../netinet6/ip6_forward.c:154: warning: implicit declaration of function 
`ipsec6_getpolicybyaddr'
../../netinet6/ip6_forward.c:154: warning: assignment makes pointer from integer 
without a cast
../../netinet6/ip6_forward.c:239: warning: implicit declaration of function 
`ipsec6_output_tunnel'
../../netinet6/ip6_forward.c:380: warning: assignment makes pointer from integer 
without a cast
../../netinet6/ip6_forward.c:382: warning: implicit declaration of function 
`ipsec6_hdrsiz'
*** Error code 1

ipsec6stat is a sysctl variable defined in netinet6/ipsec.c but I guess there
is a definition missing somewhere.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to