From owner-freebsd-current Sun Oct 29 1:19:18 2000 Delivered-To: freebsd-current@freebsd.org Received: from darren2.lnk.telstra.net (darren2.lnk.telstra.net [139.130.53.33]) by hub.freebsd.org (Postfix) with ESMTP id 1A85E37B4C5 for ; Sun, 29 Oct 2000 01:19:15 -0700 (PDT) Received: (from root@localhost) by darren2.lnk.telstra.net (8.11.0/8.11.0) id e9T8JC903229 for ; Sun, 29 Oct 2000 19:19:12 +1100 (EST) From: Darren Reed Message-Id: <200010290818.TAA23760@avalon.reed.wattle.id.au> Subject: Multiply defined 'struct mtx' ? To: current@freebsd.org Date: Sun, 29 Oct 2000 19:18:43 +1100 (EST) X-Mailer: ELM [version 2.4ME+ PL37 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG IP Filter doesn't introduce a "struct mtx" which suggests something isn't protecting against multiple inclusions or similar ? Darren (ref5:~/freebsd/src/usr.sbin/ipftest) make Warning: Object directory not changed from original /d/home/darrenr/freebsd/src/usr.sbin/ipftest cc -O -pipe -DIPL_NAME=\"/dev/ipl\" -I- -I/d/home/darrenr/freebsd/src/usr.sbin/ipftest -I/d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../sys/netinet -I/d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../sys -I/d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../contrib/ipfilter -c /d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../sys/netinet/fil.c In file included from /d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../sys/sys/mbuf.h:40, from /d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../sys/netinet/fil.c:48: /d/home/darrenr/freebsd/src/usr.sbin/ipftest/../../sys/sys/mutex.h:110: redefinition of `struct mtx' *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message