From owner-freebsd-security Thu Feb 8 11: 3:40 2001 Delivered-To: freebsd-security@freebsd.org Received: from clavin.efn.org (clavin.efn.org [206.163.176.10]) by hub.freebsd.org (Postfix) with ESMTP id BF40837B684 for ; Thu, 8 Feb 2001 11:03:22 -0800 (PST) Received: from garcia.efn.org (c_deless@garcia.efn.org [206.163.176.5]) by clavin.efn.org (8.10.1/8.10.1) with ESMTP id f18J3KZ14642 for ; Thu, 8 Feb 2001 11:03:20 -0800 (PST) Received: from localhost (c_deless@localhost) by garcia.efn.org (8.10.1/8.10.1) with ESMTP id f18J3HG13327 for ; Thu, 8 Feb 2001 11:03:19 -0800 (PST) X-Authentication-Warning: garcia.efn.org: c_deless owned process doing -bs Date: Thu, 8 Feb 2001 11:03:15 -0800 (PST) From: cdel To: freebsd-security@freebsd.org Subject: ipfw make failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please forgive me if I'm doing this wrong. I supped in new 4.2-S source a few minutes ago and re-made /usr/src/sbin/ipfw. I got this... firewall# make cc -O -pipe -Wall -c /usr/src/sbin/ipfw/ipfw.c /usr/src/sbin/ipfw/ipfw.c: In function `show_ipfw': /usr/src/sbin/ipfw/ipfw.c:429: structure has no member named `fw_ipflg' /usr/src/sbin/ipfw/ipfw.c:429: `IP_FW_IF_TCPEST' undeclared (first use in this f unction) /usr/src/sbin/ipfw/ipfw.c:429: (Each undeclared identifier is reported only once /usr/src/sbin/ipfw/ipfw.c:429: for each function it appears in.) /usr/src/sbin/ipfw/ipfw.c: In function `add': /usr/src/sbin/ipfw/ipfw.c:1896: structure has no member named `fw_ipflg' /usr/src/sbin/ipfw/ipfw.c:1896: `IP_FW_IF_TCPEST' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sbin/ipfw. firewall# Am I doing something wrong or is this something you should be aware of? MTIA Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message