Re: -stable build of kernel fails

2001-02-20 Thread Poul-Henning Kamp
Sorry, my bad. I forgot an #include. In sys/netinet/ip_fw.c add this #include: @@ -48,6 +47,7 @@ #include net/route.h #include netinet/in.h #include netinet/in_systm.h +#include netinet/in_var.h #include netinet/in_pcb.h #include netinet/ip.h #include netinet/ip_var.h I have committed

-stable build of kernel fails

2001-02-20 Thread Kenneth Wayne Culver
With the recent commits to -STABLE (I'm assuming these are MFC that's why I sent to both freebsd-current and freebsd-stable) having to do with the ipfw code, I have had a problem compiling the kernel. These are the errors. cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes