Date: Tue, 4 Jul 2000 23:28:07 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG> Subject: IPSEC problem when compiling kernel Message-ID: <20000704232807.A90656@keltia.freenix.fr>
next in thread | raw e-mail | index | archive | help
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! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000704232807.A90656>