From owner-svn-src-head@FreeBSD.ORG Sat Oct 10 03:32:46 2009 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 E223D1065676; Sat, 10 Oct 2009 03:32:46 +0000 (UTC) (envelope-from eri@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D18C38FC18; Sat, 10 Oct 2009 03:32:46 +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 n9A3WkBb071803; Sat, 10 Oct 2009 03:32:46 GMT (envelope-from eri@svn.freebsd.org) Received: (from eri@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9A3Wkkm071801; Sat, 10 Oct 2009 03:32:46 GMT (envelope-from eri@svn.freebsd.org) Message-Id: <200910100332.n9A3Wkkm071801@svn.freebsd.org> From: Ermal Luçi Date: Sat, 10 Oct 2009 03:32:46 +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: r197928 - head/sys/modules/pf 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: Sat, 10 Oct 2009 03:32:47 -0000 Author: eri Date: Sat Oct 10 03:32:46 2009 New Revision: 197928 URL: http://svn.freebsd.org/changeset/base/197928 Log: Fix typo which has survived amazingly long! Approved by: mlaier(mentor) MFC after: 3 days Modified: head/sys/modules/pf/Makefile Modified: head/sys/modules/pf/Makefile ============================================================================== --- head/sys/modules/pf/Makefile Sat Oct 10 01:47:27 2009 (r197927) +++ head/sys/modules/pf/Makefile Sat Oct 10 03:32:46 2009 (r197928) @@ -28,7 +28,7 @@ opt_bpf.h: # pflog can be loaded as a module, have the additional checks turned on opt_pf.h: echo "#define DEV_PF 1" > ${.TARGET} - echo "#define DEF_PFLOG 1" >> ${.TARGET} + echo "#define DEV_PFLOG 1" >> ${.TARGET} .endif .include