-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

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 #include #include +#include #include #include #include I have committed it. Poul-Henning In message <[EMAIL PROTECTED]>, Kenneth Wayne Culver writes: >With the recent commi