From owner-freebsd-current Sat Feb 24 22:18:03 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15842 for current-outgoing; Sat, 24 Feb 1996 22:18:03 -0800 (PST) Received: from iworks.InterWorks.org (iworks.interworks.org [128.255.18.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA15837 for ; Sat, 24 Feb 1996 22:18:01 -0800 (PST) Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA23068; Sun, 25 Feb 1996 00:17:14 -0600 Message-Id: <9602250617.AA23068@iworks.InterWorks.org> Date: Sun, 25 Feb 1996 00:17:14 -0600 From: "Daniel M. Eischen" To: current@FreeBSD.org Subject: Make world fails Sender: owner-current@FreeBSD.org Precedence: bulk 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