diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-10 08:44:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-10 08:44:08 +0800 |
commit | e94d50b816875628428577d6a01717dc794dba18 (patch) | |
tree | b49e0cb118c4aab51229a0b0f036067fb459648a /www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h | |
parent | 7c7642157586a0f2ee4eabff72d7ef7372e8f8b7 (diff) | |
download | marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.gz marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.bz2 marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.lz marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.xz marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.tar.zst marcuscom-ports-e94d50b816875628428577d6a01717dc794dba18.zip |
Remove these ports now that the updates have been merged into the ports
tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3913 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h')
-rw-r--r-- | www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h b/www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h deleted file mode 100644 index 1f8159c70..000000000 --- a/www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h +++ /dev/null @@ -1,11 +0,0 @@ ---- nsprpub/pr/include/md/_pth.h.orig Mon Jul 26 07:23:42 2004 -+++ nsprpub/pr/include/md/_pth.h Mon Jul 26 07:18:37 2004 -@@ -90,7 +90,7 @@ - #define _PT_PTHREAD_MUTEXATTR_INIT pthread_mutexattr_init - #define _PT_PTHREAD_MUTEXATTR_DESTROY pthread_mutexattr_destroy - #define _PT_PTHREAD_MUTEX_INIT(m, a) pthread_mutex_init(&(m), &(a)) --#define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (EBUSY == pthread_mutex_trylock(&(m))) -+#define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (0 != pthread_mutex_trylock(&(m))) - #if defined(DARWIN) - #define _PT_PTHREAD_CONDATTR_INIT(x) 0 - #else |