From owner-cvs-all Tue Dec 12 13: 7:51 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 12 13:07:47 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 9CBD637B400; Tue, 12 Dec 2000 13:07:46 -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 NAA17326; Tue, 12 Dec 2000 13:07:53 -0800 Date: Tue, 12 Dec 2000 13:07:46 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin , Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Jeremy 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 > On 12-Dec-00 Matthew Jacob wrote: > > > >> I wasn't sure if this breakage had been seen by anyone else. The fix is to > >> have agp include sys/proc.h. I'll commit in a second.. > > > > I believe the issue here is that poul *removed* sys/proc.h (from this and > > tty_cons.c). > > It was hidden because sys/mutex.h includes sys/proc.h, and sys/eventhandler.h > used to include sys/mutex.h. Blech. 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? -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message