diff options
Diffstat (limited to 'devel/ngpt/files/patch-uthread_spinlock.c')
-rw-r--r-- | devel/ngpt/files/patch-uthread_spinlock.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/ngpt/files/patch-uthread_spinlock.c b/devel/ngpt/files/patch-uthread_spinlock.c deleted file mode 100644 index 5d1fa80cffa9..000000000000 --- a/devel/ngpt/files/patch-uthread_spinlock.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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" - |