summaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-af
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /devel/clanlib-devel/files/patch-af
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'devel/clanlib-devel/files/patch-af')
-rw-r--r--devel/clanlib-devel/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/clanlib-devel/files/patch-af b/devel/clanlib-devel/files/patch-af
deleted file mode 100644
index 4c52580b98a9..000000000000
--- a/devel/clanlib-devel/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- Sources/Core/System/Unix/mutex_pthread.cpp.orig Wed May 10 16:07:43 2000
-+++ Sources/Core/System/Unix/mutex_pthread.cpp Wed May 10 16:07:55 2000
-@@ -33,7 +33,7 @@
- {
- pthread_mutexattr_t attr;
- pthread_mutexattr_init(&attr);
-- pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
-+ pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE);
- pthread_mutex_init(&mutex, &attr);
- pthread_mutexattr_destroy(&attr);
-