From owner-cvs-all Tue Jan 23 8:33:41 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id A821737B400; Tue, 23 Jan 2001 08:33:20 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id IAA11440; Tue, 23 Jan 2001 08:33:16 -0800 Date: Tue, 23 Jan 2001 08:33:17 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_synch.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Principle of minimal messes. The code is correctly placed where it was > since it is not going away. Ummm... okay, well, sure, maybe. I fail to see how #if 0 int fred #endif ..... #Aif 0 if (blah) { fred = ONLY_USAGE_OF_FRED; } #endif is anything but silly. But I care little for such things. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message