freebsd-ports/devel/ngpt/files/patch-uthread_spinlock.c
Renato Botelho b1f4290786 - Unbreak it on FreeBSD >= 6.x
PR:		ports/85088
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	portmgr (linimon)
2005-08-22 16:19:30 +00:00

14 lines
283 B
C

--- uthread_spinlock.c.orig Thu Aug 18 13:45:38 2005
+++ uthread_spinlock.c Thu Aug 18 13:44:36 2005
@@ -33,10 +33,10 @@
*
*/
+#include <pthread.h>
#include <stdio.h>
#include <sched.h>
#include <unistd.h>
-#include <pthread.h>
#include <string.h>
#include "spinlock.h"