Date: Wed, 14 Oct 2009 15:32:46 +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-8@freebsd.org Subject: svn commit: r198083 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci modules/pf Message-ID: <200910141532.n9EFWkic041157@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910141532.n9EFWkic041157>