From owner-freebsd-current@FreeBSD.ORG Sat Nov 23 08:15:28 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D796888 for ; Sat, 23 Nov 2013 08:15:28 +0000 (UTC) Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE3582B87 for ; Sat, 23 Nov 2013 08:15:27 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id n7so1580586lam.35 for ; Sat, 23 Nov 2013 00:15:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=2byKGMcRdMo56Q65N8uOX5I2K7x5jG7WHlbW5z00CKc=; b=gTusZyHQ6OdHbjnVZ54YSoAtCzqqFd8nOMpjFYHePZ/EeLI97BuZ97w5gXVC3Vxk+X 1cUXiwzB1ckxtbVj75Fj18T8lPpB1PeUhG/VOOW9+j8ZhX0L5qin84XdzggFdivoYC4r D9UckJk95NcEVU9VbluRp3h9jS5r9KTxdxpDJeWi7s6i11UlBYjI7xhvAtMew4CkFf+n fk/DXwYwXRR9EmxXqM4dSjZ+Mtsck3iQJEgVX1MHy43n4L5uRiKXZ6vbitiZdK8htEmu E9MWy/rtsd36T5teF1P42CCp2POmZWL6f7Y8gni+c+rRS2KzexCkGl0IjrKz7BbUn77X ErNw== X-Gm-Message-State: ALoCoQlbGFmR4BawkgeQdCPb7uitqOUZMDBDkqYp6xx64kztRCN3h/8fdBuUBtbAPbVmYWGzlJbb X-Received: by 10.112.200.100 with SMTP id jr4mr87253lbc.36.1385194056289; Sat, 23 Nov 2013 00:07:36 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id h11sm3632412lbg.8.2013.11.23.00.07.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 23 Nov 2013 00:07:35 -0800 (PST) Message-ID: <52906247.4030504@freebsd.org> Date: Sat, 23 Nov 2013 12:07:35 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: current@FreeBSD.org Subject: ipfw build error with WITHOUT_PF (pfvar.h) X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: glebius@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 08:15:28 -0000 Hi. There is a problem in recent -current to build ipfw with WITHOUT_PF option, introduced in r257215. altq.c file produce error due to included have following includes #include #include #include and netpfil/pf directory is empty in /usr/src/include/Makefile with WITHOUT_PF option.