disable IPv6 for 3.5 as it presents dns-resolution problems (and there is no time
for other fixes) numerous people report success with this reverted.
This commit is contained in:
parent
11467f34ea
commit
18dfaf2afd
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.2 2004/03/02 08:34:11 pvalchev Exp $
|
||||
$OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.3 2004/03/06 07:51:27 pvalchev Exp $
|
||||
--- nsprpub/pr/include/md/_openbsd.h.orig 2004-03-01 18:05:51.000000000 -0700
|
||||
+++ nsprpub/pr/include/md/_openbsd.h 2004-03-01 18:07:31.000000000 -0700
|
||||
@@ -43,6 +43,8 @@
|
||||
@ -10,19 +10,6 @@ $OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.2 2004/03/02 08:34:11 pvalc
|
||||
#elif defined(__m68k__)
|
||||
#define _PR_SI_ARCHITECTURE "m68k"
|
||||
#elif defined(__powerpc__)
|
||||
@@ -77,6 +79,12 @@
|
||||
#define _PR_HAVE_GETADDRINFO
|
||||
#define _PR_INET6_PROBE
|
||||
|
||||
+#define _PR_INET6
|
||||
+#define _PR_HAVE_INET_NTOP
|
||||
+#define _PR_HAVE_GETHOSTBYNAME2
|
||||
+#define _PR_HAVE_GETADDRINFO
|
||||
+#define _PR_INET6_PROBE
|
||||
+
|
||||
#define USE_SETJMP
|
||||
|
||||
#ifndef _PR_PTHREADS
|
||||
@@ -90,6 +98,8 @@
|
||||
#define JB_SP_INDEX 2
|
||||
#elif defined(__alpha__)
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.3 2004/03/01 23:52:32 drahn Exp $
|
||||
$OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.4 2004/03/06 07:51:27 pvalchev Exp $
|
||||
--- nsprpub/pr/include/md/_openbsd.h.orig 2004-03-01 16:15:11.000000000 -0500
|
||||
+++ nsprpub/pr/include/md/_openbsd.h 2004-03-01 16:16:17.000000000 -0500
|
||||
@@ -43,6 +43,8 @@
|
||||
@ -10,19 +10,6 @@ $OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.3 2004/03/01 23:52:32 drahn
|
||||
#elif defined(__m68k__)
|
||||
#define _PR_SI_ARCHITECTURE "m68k"
|
||||
#elif defined(__powerpc__)
|
||||
@@ -71,6 +73,12 @@
|
||||
#define _PR_HAVE_SYSV_SEMAPHORES
|
||||
#define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
|
||||
|
||||
+#define _PR_INET6
|
||||
+#define _PR_HAVE_INET_NTOP
|
||||
+#define _PR_HAVE_GETHOSTBYNAME2
|
||||
+#define _PR_HAVE_GETADDRINFO
|
||||
+#define _PR_INET6_PROBE
|
||||
+
|
||||
#define USE_SETJMP
|
||||
|
||||
#ifndef _PR_PTHREADS
|
||||
@@ -80,10 +88,14 @@
|
||||
|
||||
#define CONTEXT(_th) ((_th)->md.context)
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.3 2004/03/02 08:34:57 pvalchev Exp $
|
||||
$OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.4 2004/03/06 07:51:27 pvalchev Exp $
|
||||
--- nsprpub/pr/include/md/_openbsd.h.orig 2004-03-01 17:36:44.000000000 -0700
|
||||
+++ nsprpub/pr/include/md/_openbsd.h 2004-03-01 17:42:08.000000000 -0700
|
||||
@@ -43,6 +43,8 @@
|
||||
@ -10,19 +10,6 @@ $OpenBSD: patch-nsprpub_pr_include_md__openbsd_h,v 1.3 2004/03/02 08:34:57 pvalc
|
||||
#elif defined(__m68k__)
|
||||
#define _PR_SI_ARCHITECTURE "m68k"
|
||||
#elif defined(__powerpc__)
|
||||
@@ -77,6 +79,12 @@
|
||||
#define _PR_HAVE_GETADDRINFO
|
||||
#define _PR_INET6_PROBE
|
||||
|
||||
+#define _PR_INET6
|
||||
+#define _PR_HAVE_INET_NTOP
|
||||
+#define _PR_HAVE_GETHOSTBYNAME2
|
||||
+#define _PR_HAVE_GETADDRINFO
|
||||
+#define _PR_INET6_PROBE
|
||||
+
|
||||
#define USE_SETJMP
|
||||
|
||||
#ifndef _PR_PTHREADS
|
||||
@@ -92,6 +100,8 @@
|
||||
#define JB_SP_INDEX 1
|
||||
#elif defined(__alpha__)
|
||||
|
Loading…
Reference in New Issue
Block a user