From owner-cvs-src@FreeBSD.ORG Fri May 30 12:16:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7377C37B401; Fri, 30 May 2003 12:16:47 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9F6843F85; Fri, 30 May 2003 12:16:46 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4UJGfVm094974; Fri, 30 May 2003 12:16:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4UJGfpo094973; Fri, 30 May 2003 12:16:41 -0700 (PDT) Date: Fri, 30 May 2003 12:16:40 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20030530191640.GA94952@dragon.nuxi.com> References: <200305301702.h4UH2bHi052360@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-BETA Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/security/mac_mls mac_mls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 19:16:48 -0000 On Fri, May 30, 2003 at 02:25:10PM -0400, John Baldwin wrote: > > On 30-May-2003 Robert Watson wrote: > > rwatson 2003/05/30 10:02:37 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/security/mac_mls mac_mls.c > > Log: > > Make sure all character pointers are properly initialized; this was > > mismerged from the MAC tree, and didn't get picked up because warnings > > are not normally fatal in per-module builds, only when they are linked > > into a kernel (such as LINT). > > Can someone make module builds use the same warning flags and > settings as kernel builds please? As soon as the freeze is over...