tFreeBSD changed! - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 48ca8d21f75b734a15091b77abf5ed4a92be90f2
DIR parent 5ed63a9b4e4e552b3c0c27d34f3f1707e2f569ea
HTML Author: rsc <devnull@localhost>
Date: Tue, 1 Nov 2005 18:35:25 +0000
FreeBSD changed!
Diffstat:
M src/libthread/threadimpl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h
t@@ -12,7 +12,7 @@
#include "libc.h"
#include "thread.h"
-#if defined(__FreeBSD__) && __FreeBSD_version < 500000
+#if defined(__FreeBSD__) && __FreeBSD__ < 5
extern int getcontext(ucontext_t*);
extern void setcontext(ucontext_t*);
extern int swapcontext(ucontext_t*, ucontext_t*);