Date: Tue, 2 Dec 2014 09:45:08 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r275400 - projects/building-blocks/include Message-ID: <201412020945.sB29j8Hg019299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue Dec 2 09:45:07 2014 New Revision: 275400 URL: https://svnweb.freebsd.org/changeset/base/275400 Log: bsm needs to be further factored out of sys/sys/ucred.h, sys/sys/sysproto.h, etc Modified: projects/building-blocks/include/Makefile Modified: projects/building-blocks/include/Makefile ============================================================================== --- projects/building-blocks/include/Makefile Tue Dec 2 07:42:25 2014 (r275399) +++ projects/building-blocks/include/Makefile Tue Dec 2 09:45:07 2014 (r275400) @@ -62,9 +62,11 @@ LDIRS+= netnatm LSUBDIRS+= netgraph/atm .endif -.if ${MK_AUDIT} != "no" +# XXX: bsm headers are explicitly required for sys/sysent.h, sys/sysproto.h, +# and sys/ucred.h +#.if ${MK_AUDIT} != "no" LDIRS+= bsm -.endif +#.endif .if ${MK_BLUETOOTH} != "no" LSUBSUBDIRS+= netgraph/bluetooth/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412020945.sB29j8Hg019299>