From e94d50b816875628428577d6a01717dc794dba18 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 10 Mar 2005 00:44:08 +0000 Subject: 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 --- www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h (limited to 'www/seamonkey/files/patch-nsprpub-pr-include-md-_pth.h') 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 -- cgit v1.2.3