From owner-svn-src-head@FreeBSD.ORG Fri Oct 29 21:23:34 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 675BF1065679; Fri, 29 Oct 2010 21:23:34 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 55BDD8FC15; Fri, 29 Oct 2010 21:23:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9TLNYS1058908; Fri, 29 Oct 2010 21:23:34 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9TLNYoQ058906; Fri, 29 Oct 2010 21:23:34 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201010292123.o9TLNYoQ058906@svn.freebsd.org> From: Rui Paulo Date: Fri, 29 Oct 2010 21:23:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214535 - head/contrib/ipfilter/tools X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:23:34 -0000 Author: rpaulo Date: Fri Oct 29 21:23:34 2010 New Revision: 214535 URL: http://svn.freebsd.org/changeset/base/214535 Log: Use pcap's bpf header, not our own copy of it. Modified: head/contrib/ipfilter/tools/ipf_y.y Modified: head/contrib/ipfilter/tools/ipf_y.y ============================================================================== --- head/contrib/ipfilter/tools/ipf_y.y Fri Oct 29 21:20:56 2010 (r214534) +++ head/contrib/ipfilter/tools/ipf_y.y Fri Oct 29 21:23:34 2010 (r214535) @@ -10,8 +10,6 @@ #include #include #ifdef IPFILTER_BPF -# include "pcap-bpf.h" -# define _NET_BPF_H_ # include #endif #include "netinet/ip_pool.h"