head	1.4;
access;
symbols
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.02.05.19.30.24;	author sumikawa;	state dead;
branches;
next	1.3;

1.3
date	2001.11.27.17.13.38;	author sumikawa;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.19.17.53.59;	author sumikawa;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.24.06.52.04;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Upgrade to 0.9.8.

This version support dynamic IPv6 stack detection and IPv6->IPv4 fallback
when IPv6 connection fails.  I'll try merge into www/mozilla after checking
these features.
@
text
@
$FreeBSD: ports/www/mozilla+ipv6/files/patch-aq,v 1.3 2001/11/27 17:13:38 sumikawa Exp $

--- 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
@


1.3
log
@Upgrade to 0.9.6.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@Upgrade to 0.8.

Submitted by:	ume
@
text
@d1 6
a6 3
--- 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 @@@@
d15 1
a15 1
@@@@ -203,7 +203,7 @@@@
d21 1
a21 1
 	|| defined(BSDI) || defined(RHAPSODY) /* XXX */
@


1.1
log
@Sync with www/mozilla.

Submitted by:	ume
@
text
@d1 2
a2 2
--- 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
@

