Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 14:00:43 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16816 for review
Message-ID:  <200208302100.g7UL0hW3027550@freefall.freebsd.org>

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

Change 16816 by mini@mini_stylus on 2002/08/30 13:59:58

	<ucontext.h> -> <sys/ucontext.h>

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 <sys/param.h>
 #include <sys/signal.h>
+#include <sys/ucontext.h>
 
 #include <errno.h>
 #include <stdarg.h>
-#include <ucontext.h>
 #include <unistd.h>
 
 

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?200208302100.g7UL0hW3027550>