On Fri, May 08, 2009 at 02:08:46AM -0400, Steve Bertrand wrote: > Joost Bekkers wrote: > > On Fri, May 8, 2009 00:39, Steve Bertrand wrote: > >> Raffaele De Lorenzo wrote: > >>> Thank you Steve. > >>> I think that this is a header problem (O_IP6_SRC_LOOKUP ecc are defined > >>> inside the header).... are you posted the new "ip_fw.h" file in > >>> "/sys/netinet/" directory? > >> ...but the problem persists with "make". > >> > > > > I'm guessing /usr/include/ip_fw.h hasn't been updated. It should be the > > same is /usr/src/sys/netinet/ip_fw.h > > ... ip_fw.h doesn't appear in my /usr/include: > > fbsd1# cd /usr/include > fbsd1# ll | grep ip_fw > fbsd1# > > ...I'll copy it: > > fbsd1# cp /usr/src/sys/netinet/ip_fw.h /usr/include > fbsd1# ll /usr/include | grep ip_fw.h > -rw-r--r-- 1 root wheel 20916 May 8 02:04 ip_fw.h >
You are looking in the wrong place: # find /usr/include -name ip_fw.h /usr/include/netinet/ip_fw.h That is the file you should replace. John -- John Hay -- [email protected] / [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[email protected]"
