From owner-cvs-all Tue Dec 12 13:12:14 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 13:12:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id B29AD37B698; Tue, 12 Dec 2000 13:12:10 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id NAA17367; Tue, 12 Dec 2000 13:12:17 -0800 Date: Tue, 12 Dec 2000 13:12:10 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: Peter Jeremy , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Poul-Henning Kamp Subject: Re: cvs commit: src/sys/sys kernel.h eventhandler.h src/sys/kern 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 > > > > Well, what's the right answer. Aside from the annoyance of breakage from a > > well intentioned change by Poul, what's the *desired* goal here wrt include > > files if you want to reference curproc? > > You use . However, due to the nested include ugliness, Poul's > script found that sys/proc.h was unneeded. Ah. I see. Then it's just a minor fix. As long as it's acceptable for us to include sys/proc.h to get curproc, the two breakages are easily fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message