Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 15:37:03 +0000 (UTC)
From:      Ermal Luçi <eri@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r198084 - in stable/7/sys: . contrib/pf modules/pf
Message-ID:  <200910141537.n9EFb3PX041288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eri
Date: Wed Oct 14 15:37:03 2009
New Revision: 198084
URL: http://svn.freebsd.org/changeset/base/198084

Log:
  Fix typo which has survived amazingly long!
  
  Approved by:	mlaier(mentor)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/modules/pf/Makefile

Modified: stable/7/sys/modules/pf/Makefile
==============================================================================
--- stable/7/sys/modules/pf/Makefile	Wed Oct 14 15:32:46 2009	(r198083)
+++ stable/7/sys/modules/pf/Makefile	Wed Oct 14 15:37:03 2009	(r198084)
@@ -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" > opt_pf.h
-	echo "#define DEF_PFLOG 1" >> opt_pf.h
+	echo "#define DEV_PFLOG 1" >> opt_pf.h
 .endif
 
 .include <bsd.kmod.mk>



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