[SVN-Commit] r976 - trunk/devel/nspr/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Mon Sep 3 13:23:31 UTC 2012
Author: jbeich
Date: Mon Sep 3 13:23:23 2012
New Revision: 976
Log:
backout, non-pthread builds are too broken
Modified:
trunk/devel/nspr/files/patch-bug301986
trunk/devel/nspr/files/patch-bug782109
Modified: trunk/devel/nspr/files/patch-bug301986
==============================================================================
--- trunk/devel/nspr/files/patch-bug301986 Mon Sep 3 12:19:11 2012 (r975)
+++ trunk/devel/nspr/files/patch-bug301986 Mon Sep 3 13:23:23 2012 (r976)
@@ -33,14 +33,3 @@
+ return thred->id; /* and I don't know what they will do with it */
#endif
}
---- ../pr/src/threads/prcthr.c~
-+++ ../pr/src/threads/prcthr.c
-@@ -127,7 +127,7 @@ PR_IMPLEMENT(PRStatus) PR_Sleep(PRInterv
- return rv;
- }
-
--PR_IMPLEMENT(PRUint32) PR_GetThreadID(PRThread *thread)
-+PR_IMPLEMENT(pthread_t) PR_GetThreadID(PRThread *thread)
- {
- return thread->id;
- }
Modified: trunk/devel/nspr/files/patch-bug782109
==============================================================================
--- trunk/devel/nspr/files/patch-bug782109 Mon Sep 3 12:19:11 2012 (r975)
+++ trunk/devel/nspr/files/patch-bug782109 Mon Sep 3 13:23:23 2012 (r976)
@@ -29,14 +29,3 @@
/* BeOS has glibc but not the glibc-style getprotobyxxx_r functions. */
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && !defined(XP_BEOS))
#define _PR_HAVE_GETPROTO_R
---- ../pr/src/misc/prnetdb.c~
-+++ ../pr/src/misc/prnetdb.c
-@@ -1149,7 +1149,7 @@ PR_IMPLEMENT(PRStatus) PR_GetHostByAddr(
- * any usable implementation.
- */
-
--#if defined(ANDROID)
-+#if defined(ANDROID) || defined(FREEBSD)
- /* Android's Bionic libc system includes prototypes for these in netdb.h,
- * but doesn't actually include implementations. It uses the 5-arg form,
- * so these functions end up not matching the prototype. So just rename
More information about the freebsd-gecko
mailing list