From owner-p4-projects Mon Sep 2 12:53:17 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id EA53E37B401; Mon, 2 Sep 2002 12:53:05 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731BE37B400; Mon, 2 Sep 2002 12:53:05 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F49C43E65; Mon, 2 Sep 2002 12:53:02 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g82JqgOo007425; Mon, 2 Sep 2002 15:52:42 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 2 Sep 2002 15:52:42 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jonathan Mini Cc: Perforce Change Reviews Subject: Re: PERFORCE change 16816 for review In-Reply-To: <200208302100.g7UL0hW3027550@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm. I suspect the reason for ucontext.h was that that's the API exposed by Solaris and other platforms with those context management primitives. On Solaris, /usr/include/ucontext.h defines the userland API, and does a nested include of /usr/include/sys/ucontext.h for some of the structures, and the APIs for the system calls. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Fri, 30 Aug 2002, Jonathan Mini wrote: > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16816 > > Change 16816 by mini@mini_stylus on 2002/08/30 13:59:58 > > -> > > Affected files ... > > .. //depot/projects/kse/lib/libc/alpha/gen/makecontext.c#2 edit > > Differences ... > > ==== //depot/projects/kse/lib/libc/alpha/gen/makecontext.c#2 (text+ko) ==== > > @@ -29,10 +29,10 @@ > > #include > #include > +#include > > #include > #include > -#include > #include > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message