diff options
Diffstat (limited to 'lang/mono/patches/patch-dg')
-rw-r--r-- | lang/mono/patches/patch-dg | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/mono/patches/patch-dg b/lang/mono/patches/patch-dg index 1aa8c6c96a5..ed9085116f7 100644 --- a/lang/mono/patches/patch-dg +++ b/lang/mono/patches/patch-dg @@ -1,14 +1,14 @@ -$NetBSD: patch-dg,v 1.2 2010/02/16 17:01:05 kefren Exp $ ---- mono/metadata/threads.c.orig 2009-11-03 02:36:41.000000000 +0200 -+++ mono/metadata/threads.c 2010-02-16 12:34:11.000000000 +0200 -@@ -865,8 +865,14 @@ mono_thread_get_stack_bounds (guint8 **s - - # ifndef sun +$NetBSD: patch-dg,v 1.3 2010/04/29 08:44:30 kefren Exp $ +--- mono/metadata/threads.c.orig 2010-04-22 18:37:44.000000000 +0300 ++++ mono/metadata/threads.c 2010-04-29 10:52:33.000000000 +0300 +@@ -880,8 +880,14 @@ + # if !defined(__OpenBSD__) pthread_attr_getstack (&attr, (void**)staddr, stsize); -+ /* -+ * he@NetBSD.org: For some reason, this test fails on NetBSD/powerpc, -+ * so just avoid it. -+ */ + # endif ++ /* ++ * he@NetBSD.org: For some reason, this test fails on NetBSD/powerpc, ++ * so just avoid it. ++ */ + #if !(defined(__NetBSD__) && defined(__powerpc__)) if (*staddr) g_assert ((current > *staddr) && (current < *staddr + *stsize)); |