_PRSockLen_T must be the same size as socklen_t

This commit is contained in:
wilfried 2003-08-11 12:56:33 +00:00
parent 0d81109ccf
commit 93ba94b7c7
2 changed files with 26 additions and 10 deletions

View File

@ -1,7 +1,15 @@
$OpenBSD: patch-nsprpub_configure_in,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp $
--- nsprpub/configure.in.orig Tue Apr 29 18:36:32 2003
+++ nsprpub/configure.in Sun May 18 04:46:44 2003
@@ -1490,12 +1490,8 @@ mips-sony-newsos*)
$OpenBSD: patch-nsprpub_configure_in,v 1.2 2003/08/11 12:56:33 wilfried Exp $
--- nsprpub/configure.in.orig 2003-05-19 21:05:48.000000000 +0200
+++ nsprpub/configure.in 2003-08-11 14:27:44.000000000 +0200
@@ -1483,6 +1483,7 @@ mips-sony-newsos*)
AC_DEFINE(XP_UNIX)
AC_DEFINE(OPENBSD)
AC_DEFINE(HAVE_BSD_FLOCK)
+ AC_DEFINE(HAVE_SOCKLEN_T)
CFLAGS="$CFLAGS -ansi -Wall"
CXXFLAGS="$CXXFLAGS -ansi -Wall"
DLL_SUFFIX=so.1.0
@@ -1490,12 +1491,8 @@ mips-sony-newsos*)
MDCPUCFG_H=_openbsd.cfg
PR_MD_CSRCS=openbsd.c
USE_NSPR_THREADS=1
@ -16,7 +24,7 @@ $OpenBSD: patch-nsprpub_configure_in,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp
;;
*-openvms*)
@@ -2167,7 +2163,8 @@ if test -n "$USE_PTHREADS"; then
@@ -2168,7 +2165,8 @@ if test -n "$USE_PTHREADS"; then
AC_DEFINE(_THREAD_SAFE)
dnl -pthread links in -lc_r, so don't specify it explicitly.
if test "$ac_cv_have_dash_pthread" = "yes"; then

View File

@ -1,7 +1,15 @@
$OpenBSD: patch-nsprpub_configure_in,v 1.5 2003/07/18 20:44:33 wilfried Exp $
--- nsprpub/configure.in.orig Mon May 19 21:05:48 2003
+++ nsprpub/configure.in Fri Jul 18 19:26:35 2003
@@ -1490,12 +1490,8 @@ mips-sony-newsos*)
$OpenBSD: patch-nsprpub_configure_in,v 1.6 2003/08/11 12:56:33 wilfried Exp $
--- nsprpub/configure.in.orig 2003-05-19 21:05:48.000000000 +0200
+++ nsprpub/configure.in 2003-08-11 14:33:15.000000000 +0200
@@ -1483,6 +1483,7 @@ mips-sony-newsos*)
AC_DEFINE(XP_UNIX)
AC_DEFINE(OPENBSD)
AC_DEFINE(HAVE_BSD_FLOCK)
+ AC_DEFINE(HAVE_SOCKLEN_T)
CFLAGS="$CFLAGS -ansi -Wall"
CXXFLAGS="$CXXFLAGS -ansi -Wall"
DLL_SUFFIX=so.1.0
@@ -1490,12 +1491,8 @@ mips-sony-newsos*)
MDCPUCFG_H=_openbsd.cfg
PR_MD_CSRCS=openbsd.c
USE_NSPR_THREADS=1
@ -16,7 +24,7 @@ $OpenBSD: patch-nsprpub_configure_in,v 1.5 2003/07/18 20:44:33 wilfried Exp $
;;
*-openvms*)
@@ -2168,7 +2164,8 @@ if test -n "$USE_PTHREADS"; then
@@ -2168,7 +2165,8 @@ if test -n "$USE_PTHREADS"; then
AC_DEFINE(_THREAD_SAFE)
dnl -pthread links in -lc_r, so don't specify it explicitly.
if test "$ac_cv_have_dash_pthread" = "yes"; then