Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 13:46:11 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16815 for review
Message-ID:  <200208302046.g7UKkBTe026191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16815

Change 16815 by mini@mini_stylus on 2002/08/30 13:45:38

	ucontext_t comes from the kernel.

Affected files ...

.. //depot/projects/kse/lib/libc/i386/gen/makecontext.c#4 edit

Differences ...

==== //depot/projects/kse/lib/libc/i386/gen/makecontext.c#4 (text+ko) ====

@@ -33,7 +33,7 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdlib.h>
-#include <ucontext.h>
+#include <sys/ucontext.h>
 #include <unistd.h>
 
 /* Prototypes */

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208302046.g7UKkBTe026191>