Charlie & wrote:
cc -c -O -pipe -mtune=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Werror-implicit-function-declaration  
-std=c99 -g -nostdinc -I. -Iinclude -I/usr/src/sys -I/usr/src/sys/../include 
-I/usr/obj/usr/src/sys/VKERNEL -I"/usr/src/sys/dev/acpica5" 
-I"/usr/src/sys/contrib/dev/acpica-unix-20061109/include" -I/usr/src/sys/contrib/ipfilter 
 -D_KERNEL -include opt_global.h  -finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000 -fno-common -ffreestanding -mpreferred-stack-boundary=2 
-fno-stack-protector -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -D_KERNEL_VIRTUAL  
/usr/src/sys/net/ipfw/ip_fw2.c
/usr/src/sys/net/ipfw/ip_fw2.c: In function `ipfw_fini_dispatch':
/usr/src/sys/net/ipfw/ip_fw2.c:2956: error: `ipfw_refcnt' undeclared (first use 
in this function)
/usr/src/sys/net/ipfw/ip_fw2.c:2956: error: (Each undeclared identifier is 
reported only once
/usr/src/sys/net/ipfw/ip_fw2.c:2956: error: for each function it appears in.)
/usr/src/sys/net/ipfw/ip_fw2.c: At top level:
/usr/src/sys/net/ipfw/ip_fw2.c:2988: warning: 'ipfw_fini' defined but not used
*** Error code 1

Reply via email to