diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-05 17:24:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-05 17:24:00 +0000 |
commit | 43b60cfe8880ecdbfc193024b89a9f3858a4483b (patch) | |
tree | 4e318d5d132048bf48e40b0497087c747deddf94 /www/seamonkey2/files/patch-aq | |
parent | Sigh. Commit the update. I hope I will not find more security issues. (diff) |
Update to 0.9.8.
Notes
Notes:
svn path=/head/; revision=54242
Diffstat (limited to 'www/seamonkey2/files/patch-aq')
-rw-r--r-- | www/seamonkey2/files/patch-aq | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/seamonkey2/files/patch-aq b/www/seamonkey2/files/patch-aq deleted file mode 100644 index 0c63e6bcb097..000000000000 --- a/www/seamonkey2/files/patch-aq +++ /dev/null @@ -1,23 +0,0 @@ - -$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) */ - --#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) -@@ -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(DARWIN) /* XXX */ - #define PT_PRIO_MIN 0 - #define PT_PRIO_MAX 126 |