Make world has been done within the past 6 hours.  When compiling a 
new kernel for IP Filter 3.3.8, I encounter the following warnings during 
the make depend:

In file included from ../../netinet/fil.c:27:
../../sys/ioctl.h:46: warning: #warning "Don't #include ioctl.h in the 
kernel.  Include xxxio.h instead."
In file included from ../../netinet/ip_nat.c:37:
../../sys/ioctl.h:46: warning: #warning "Don't #include ioctl.h in the 
kernel.  Include xxxio.h instead."
In file included from ../../netinet/ip_frag.c:31:
../../sys/ioctl.h:46: warning: #warning "Don't #include ioctl.h in the 
kernel.  Include xxxio.h instead."
In file included from ../../netinet/ip_state.c:38:
../../sys/ioctl.h:46: warning: #warning "Don't #include ioctl.h in the 
kernel.  Include xxxio.h instead."
In file included from ../../netinet/ip_auth.c:26:

And the following error during the make:

cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-
extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -
include opt_global.h -elf  -mpreferred-stack-boundary=2  
../../netinet/mlfk_ipl.c
../../netinet/mlfk_ipl.c:77: `ipl_inited' undeclared here (not in a function)
../../netinet/mlfk_ipl.c:77: initializer element is not constant
../../netinet/mlfk_ipl.c:77: (near initialization for 
`sysctl___net_inet_ipf_ipl_inited.oid_arg1')
*** Error code 1

Anyone else encountered this?
--
Dan Langille - DVL Software Limited [I'm looking for more work]
The FreeBSD Diary     - http://www.freebsddiary.org/
NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/
The Racing System     - http://www.racingsystem.com/
unix @ home           - http://www.unixathome.org/


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

Reply via email to