svn commit: r198083 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci modules/pf

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


Author: eri
Date: Wed Oct 14 15:32:46 2009
New Revision: 198083
URL: http://svn.freebsd.org/changeset/base/198083

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

Modified:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/modules/pf/Makefile

Modified: stable/8/sys/modules/pf/Makefile
==============================================================================
--- stable/8/sys/modules/pf/Makefile	Wed Oct 14 15:29:30 2009	(r198082)
+++ stable/8/sys/modules/pf/Makefile	Wed Oct 14 15:32:46 2009	(r198083)
@@ -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>


More information about the svn-src-stable mailing list