From owner-cvs-all Sun Mar 8 11:33:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28798 for cvs-all-outgoing; Sun, 8 Mar 1998 11:33:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28787; Sun, 8 Mar 1998 11:33:37 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.5/8.8.7) id GAA13364; Mon, 9 Mar 1998 06:33:44 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199803081933.GAA13364@cimlogic.com.au> Subject: Re: cvs commit: src/include sched.h Makefile In-Reply-To: <199803081046.FAA14518@hda.hda.com> from Peter Dufault at "Mar 8, 98 05:46:37 am" To: dufault@hda.com (Peter Dufault) Date: Mon, 9 Mar 1998 06:33:44 +1100 (EST) Cc: jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Dufault wrote: > That went in last week in posix4/sched.h and should be installed > in /usr/include when you build the system. Can you take yours back out? > The source for the scheduler is also in posix4/ksched.c and should > be hooked in shortly. Uh, sorry I didn't notice this. My understanding of POSIX 1003.1-1996 is that sched.h needs to end up in /usr/include. Half of what you have in posix4/sched.h just belongs in /usr/include/sched.h because it is for user-space user only. Then the #ifndef KERNEL would not be required and /usr/include/sched.h can include the part that is shared with the kernel. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message