Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2009 03:32:46 +0000 (UTC)
From:      Ermal Luçi <eri@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197928 - head/sys/modules/pf
Message-ID:  <200910100332.n9A3Wkkm071801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910100332.n9A3Wkkm071801>