From owner-freebsd-current Tue Nov 13 20:40:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 20F9F37B405; Tue, 13 Nov 2001 20:40:13 -0800 (PST) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id UAA01391; Tue, 13 Nov 2001 20:32:15 -0800 (PST) Date: Tue, 13 Nov 2001 20:32:14 -0800 (PST) From: Julian Elischer To: Dag-Erling Smorgrav Cc: John Baldwin , freebsd-current@FreeBSD.ORG, Steve Kargl , Garrett Wollman Subject: Re: namespace pollution with struct thread? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14 Nov 2001, Dag-Erling Smorgrav wrote: > > One other thing worth pointing out is that there is no reason for > to include . It just needs to declare struct > proc as an opaque structure. Also, currently pulls in a > lot of other headers such as and that are > needed only because depends on them. In this case it doesn't even need to include user.h it still compiles and runs without including it.... > > DES > -- > Dag-Erling Smorgrav - des@ofug.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message