From owner-cvs-all Wed Feb 4 20:26:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23404 for cvs-all-outgoing; Wed, 4 Feb 1998 20:26:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23392 for ; Wed, 4 Feb 1998 20:26:36 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id VAA11905; Wed, 4 Feb 1998 21:26:25 -0700 (MST) Message-Id: <199802050426.VAA11905@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: Garrett Wollman cc: Eivind Eklund , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_lookup.c ext2_subr.c ext2_vnops.c src/sys/i386/i386 busdma_machdep.c machdep.c pmap.c swtch.s trap.c vm86.c vm_machdep.c src/sys/i386/ibcs2 ibcs2_sysi86. In-reply-to: Your message of "Wed, 04 Feb 1998 22:06:15 EST." <199802050306.WAA19161@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Feb 1998 21:23:43 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" >I think it's a safe bet that anybody who really >needs to use this option knows what he is doing and can deal with the >necessary choices involved. > >-GAWollman I think it's also safe to say that they will smart enough to still limit the effects of DIAGNOSTIC to a particular file if they choose to: #undef DIAGNOSTIC #define DIAGNOSTIC 1 -- Justin