From owner-svn-src-head@FreeBSD.ORG Mon Oct 27 18:03:19 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AB10106567B; Mon, 27 Oct 2008 18:03:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 34C738FC1B; Mon, 27 Oct 2008 18:03:19 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTP id AFFCF46B06; Mon, 27 Oct 2008 14:03:18 -0400 (EDT) Date: Mon, 27 Oct 2008 18:03:18 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Bjoern A. Zeeb" In-Reply-To: <200810271757.m9RHv3Wb047650@svn.freebsd.org> Message-ID: References: <200810271757.m9RHv3Wb047650@svn.freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r184362 - head/sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 18:03:19 -0000 On Mon, 27 Oct 2008, Bjoern A. Zeeb wrote: > Log: > Add the files missed with r184331 to make mac_bsdextended compile again. Thanks -- apparently I missed the conf directory when committing! Robert N M Watson Computer Laboratory University of Cambridge > > Modified: > head/sys/conf/files > > Modified: head/sys/conf/files > ============================================================================== > --- head/sys/conf/files Mon Oct 27 17:54:17 2008 (r184361) > +++ head/sys/conf/files Mon Oct 27 17:57:03 2008 (r184362) > @@ -2194,6 +2194,8 @@ security/mac/mac_sysv_shm.c optional mac > security/mac/mac_vfs.c optional mac > security/mac_biba/mac_biba.c optional mac_biba > security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended > +security/mac_bsdextended/ugidfw_system.c optional mac_bsdextended > +security/mac_bsdextended/ugidfw_vnode.c optional mac_bsdextended > security/mac_ifoff/mac_ifoff.c optional mac_ifoff > security/mac_lomac/mac_lomac.c optional mac_lomac > security/mac_mls/mac_mls.c optional mac_mls >