Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 13:29:49 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16863 for review
Message-ID:  <200208312029.g7VKTnVT010152@freefall.freebsd.org>

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

Change 16863 by mini@mini_stylus on 2002/08/31 13:29:17

	Ick. sys/ucontext.h relies on all sorts of evil namespace pollution.
	For now, move it out of order.

Affected files ...

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

Differences ...

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

@@ -27,11 +27,11 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/lib/libc/gen/swapcontext.c,v 1.2 2002/01/11 19:46:08 deischen Exp $");
 
-#include <sys/ucontext.h>
 
 #include <errno.h>
 #include <signal.h>
 #include <stddef.h>
+#include <sys/ucontext.h>
 
 __weak_reference(__swapcontext, swapcontext);
 

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?200208312029.g7VKTnVT010152>