diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-21 16:27:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-21 16:27:43 +0000 |
commit | a05c355cef04ee4f45130a94941d8444b9b1a25b (patch) | |
tree | 90d027e9bb6704d522d4d12d55072ce267624846 /www/mozilla-devel/files/patch-aq | |
parent | Add patch which I missed in the previous commit. (diff) |
Update to 0.9.6. Surprisingly, this update doesn't break Galeon/Nautilus.
Notes
Notes:
svn path=/head/; revision=50335
Diffstat (limited to 'www/mozilla-devel/files/patch-aq')
-rw-r--r-- | www/mozilla-devel/files/patch-aq | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/mozilla-devel/files/patch-aq b/www/mozilla-devel/files/patch-aq index 4e5ff8746c33..0c63e6bcb097 100644 --- a/www/mozilla-devel/files/patch-aq +++ b/www/mozilla-devel/files/patch-aq @@ -1,6 +1,9 @@ ---- 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 @@ + +$FreeBSD$ + +--- nsprpub/pr/include/md/_pth.h.orig Fri Oct 26 07:54:00 2001 ++++ nsprpub/pr/include/md/_pth.h Wed Nov 21 14:16:07 2001 +@@ -224,7 +224,7 @@ #define PT_PRIO_MAX sched_get_priority_max(SCHED_OTHER) #endif /* defined(_PR_DCETHREADS) */ @@ -9,12 +12,12 @@ #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 @@ +@@ -244,7 +244,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 */ + || defined(BSDI) || defined(DARWIN) /* XXX */ #define PT_PRIO_MIN 0 #define PT_PRIO_MAX 126 |