svn commit: r198084 - in stable/7/sys: . contrib/pf modules/pf

Ermal Luçi eri at FreeBSD.org
Wed Oct 14 15:37:04 UTC 2009


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>


More information about the svn-src-stable mailing list