diff options
Diffstat (limited to 'www/mozilla-devel/files/patch-aq')
-rw-r--r-- | www/mozilla-devel/files/patch-aq | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-aq b/www/mozilla-devel/files/patch-aq new file mode 100644 index 000000000000..0418737cfcf3 --- /dev/null +++ b/www/mozilla-devel/files/patch-aq @@ -0,0 +1,20 @@ +--- nsprpub/pr/include/md/_pth.h.orig Sat Jan 20 17:28:34 2001 ++++ nsprpub/pr/include/md/_pth.h Sat Jan 20 17:29:04 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 |