diff options
Diffstat (limited to 'www/mozilla/files/patch-ak')
-rw-r--r-- | www/mozilla/files/patch-ak | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/www/mozilla/files/patch-ak b/www/mozilla/files/patch-ak index 3b430ef27dc..e175dd292bd 100644 --- a/www/mozilla/files/patch-ak +++ b/www/mozilla/files/patch-ak @@ -1,19 +1,13 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Wed Dec 22 15:39:04 1999 -+++ nsprpub/pr/include/md/_freebsd.h Thu Feb 3 03:48:20 2000 -@@ -21,6 +21,7 @@ - - #include "prthread.h" - + +$FreeBSD$ + +--- nsprpub/pr/include/md/_freebsd.h.orig Sat Jan 5 03:43:00 2002 ++++ nsprpub/pr/include/md/_freebsd.h Tue Feb 5 11:14:27 2002 +@@ -40,6 +40,7 @@ + #if __FreeBSD__ >= 2 + #include <osreldate.h> /* for __FreeBSD_version */ + #endif +#include <sys/param.h> #include <sys/syscall.h> #define PR_LINKER_ARCH "freebsd" -@@ -49,7 +50,7 @@ - #define _PR_HAVE_SOCKADDR_LEN - #define _PR_STAT_HAS_ST_ATIMESPEC - #define _PR_NO_LARGE_FILES --#if ( __FreeBSD__ > 2 ) -+#if ( __FreeBSD_version >= 220000 ) && ( __FreeBSD_version < 400008 ) - #if !defined(_PR_PTHREADS) - /* - * libc_r doesn't have poll(). Although libc has poll(), it is not |