From owner-svn-src-projects@FreeBSD.ORG Tue Dec 2 09:45:08 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6778669A; Tue, 2 Dec 2014 09:45:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54845E8B; Tue, 2 Dec 2014 09:45:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB29j8US019300; Tue, 2 Dec 2014 09:45:08 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB29j8Hg019299; Tue, 2 Dec 2014 09:45:08 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201412020945.sB29j8Hg019299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Tue, 2 Dec 2014 09:45:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r275400 - projects/building-blocks/include X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 09:45:08 -0000 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