diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 00:44:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-30 00:44:58 +0000 |
commit | 58cfbc4b9735a4c19a93cc8055c120b53fb25e15 (patch) | |
tree | 05fe13423c54d74c05133f34bd3863dd69dc9443 /www/seamonkey2/files/patch-nsprpub-pr-include-md-_pth.h | |
parent | - Update to 2.1.9 (diff) |
- Add seamonkey
This is the current release of the Seamonkey open source web browser. It should
be fully compliant with all W3C standards, including HTML, CSS, XML, XSL,
JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with
the use of the FreeBSD native Java plug-in.
This is the latest bleeding edge release. Beware that you'll probably find
bugs here, so if you value stability, try www/mozilla.
WWW: http://www.mozilla.org/projects/seamonkey/
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=149984
Diffstat (limited to 'www/seamonkey2/files/patch-nsprpub-pr-include-md-_pth.h')
-rw-r--r-- | www/seamonkey2/files/patch-nsprpub-pr-include-md-_pth.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey2/files/patch-nsprpub-pr-include-md-_pth.h b/www/seamonkey2/files/patch-nsprpub-pr-include-md-_pth.h deleted file mode 100644 index 8d274924400f..000000000000 --- a/www/seamonkey2/files/patch-nsprpub-pr-include-md-_pth.h +++ /dev/null @@ -1,11 +0,0 @@ ---- nsprpub/pr/include/md/_pth.h.orig Sun Jan 16 16:09:10 2005 -+++ nsprpub/pr/include/md/_pth.h Sun Jan 16 16:10:06 2005 -@@ -84,7 +84,7 @@ - #define _PT_PTHREAD_MUTEXATTR_DESTROY(x) /* */ - #define _PT_PTHREAD_MUTEX_INIT(m, a) (memset(&(m), 0, sizeof(m)), \ - pthread_mutex_init(&(m), NULL)) --#define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (EBUSY == pthread_mutex_trylock(&(m))) -+#define _PT_PTHREAD_MUTEX_IS_LOCKED(m) (0 != pthread_mutex_trylock(&(m))) - #define _PT_PTHREAD_CONDATTR_INIT(x) 0 - #define _PT_PTHREAD_CONDATTR_DESTROY(x) /* */ - #define _PT_PTHREAD_COND_INIT(m, a) (memset(&(m), 0, sizeof(m)), \ |