diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 13:01:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 13:01:39 +0000 |
commit | 35b087134277cfee80970705036d9ac94fa5dbd2 (patch) | |
tree | 24c5b98bf7035cdc1e8cc3f76e87ab0394af367b /devel/clanlib-devel/files/patch-af | |
parent | Update to version 0.09. (diff) |
- Update to version 0.7.4-1
PR: 57092
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'devel/clanlib-devel/files/patch-af')
-rw-r--r-- | devel/clanlib-devel/files/patch-af | 11 |
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); - |