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

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

Change 16817 by mini@mini_stylus on 2002/08/30 14:00:43

	Reorder includes (sys/* first).

Affected files ...

.. //depot/projects/kse/lib/libc/gen/swapcontext.c#3 edit
.. //depot/projects/kse/lib/libc/i386/gen/makecontext.c#5 edit

Differences ...

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

@@ -27,10 +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);
 

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

@@ -29,11 +29,11 @@
 
 #include <sys/param.h>
 #include <sys/signal.h>
+#include <sys/ucontext.h>
 
 #include <errno.h>
 #include <stdarg.h>
 #include <stdlib.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?200208302101.g7UL1iMJ027996>