diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 | 
| commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
| tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /www/mozilla-devel/files/patch-aq | |
| parent | Fix compilation problems. (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Diffstat (limited to 'www/mozilla-devel/files/patch-aq')
| -rw-r--r-- | www/mozilla-devel/files/patch-aq | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/www/mozilla-devel/files/patch-aq b/www/mozilla-devel/files/patch-aq deleted file mode 100644 index 4e5ff8746c33..000000000000 --- a/www/mozilla-devel/files/patch-aq +++ /dev/null @@ -1,20 +0,0 @@ ---- nsprpub/pr/include/md/_pth.h.orig	Mon Apr  3 17:25:43 2000 -+++ nsprpub/pr/include/md/_pth.h	Fri Feb 16 00:30:46 2001 -@@ -183,7 +183,7 @@ - #define PT_PRIO_MAX            sched_get_priority_max(SCHED_OTHER) - #endif /* defined(_PR_DCETHREADS) */ -  --#elif defined(LINUX) -+#elif defined(LINUX) || defined(FREEBSD) - #define PT_PRIO_MIN            sched_get_priority_min(SCHED_OTHER) - #define PT_PRIO_MAX            sched_get_priority_max(SCHED_OTHER) - #elif defined(NTO) -@@ -203,7 +203,7 @@ -  */ - #define PT_PRIO_MIN            1 - #define PT_PRIO_MAX            127 --#elif defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD) \ -+#elif defined(NETBSD) || defined(OPENBSD) \ - 	|| defined(BSDI) || defined(RHAPSODY) /* XXX */ - #define PT_PRIO_MIN            0 - #define PT_PRIO_MAX            126 | 
