Date: Sun, 25 Feb 1996 00:17:14 -0600 From: "Daniel M. Eischen" <deischen@iworks.InterWorks.org> To: current@FreeBSD.org Subject: Make world fails Message-ID: <9602250617.AA23068@iworks.InterWorks.org>
next in thread | raw e-mail | index | archive | help
Hi, I haven't seen any email regarding this yet. A sup of -current on Sat Feb 24, and subsequent 'make world' fails with the following: ===> lkm/ipfw cc -O -DIPFIREWALL -DIPACCT -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -I/usr/src/lkm/ipfw/../../sys -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -c /usr/src/lkm/ipfw/ipfw_lkm.c In file included from /usr/src/lkm/ipfw/ipfw_lkm.c:37: /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.h:55: parse error before `LIST_ENTRY' /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.h:55: warning: no semicolon at end of struct or union /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.h:57: parse error before `}' /usr/src/lkm/ipfw/ipfw_lkm.c: In function `ipfw_load': /usr/src/lkm/ipfw/ipfw_lkm.c:52: `ip_acct_cnt_ptr' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c:52: (Each undeclared identifier is reported only once /usr/src/lkm/ipfw/ipfw_lkm.c:52: for each function it appears in.) /usr/src/lkm/ipfw/ipfw_lkm.c:52: `ip_acct_ctl_ptr' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c:58: `ip_fw_chk' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c:59: `ip_fw_ctl' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c:62: `ip_acct_cnt' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c:63: `ip_acct_ctl' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c: In function `ipfw_unload': /usr/src/lkm/ipfw/ipfw_lkm.c:79: `ip_acct_ctl_ptr' undeclared (first use this function) /usr/src/lkm/ipfw/ipfw_lkm.c:80: `ip_acct_cnt_ptr' undeclared (first use this function) *** Error code 1 [...] Did I miss something? Thanks, Dan Eischen deischen@iworks.InterWorks.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9602250617.AA23068>