pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mono/patches commit missing patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34eef307e894
branches:  trunk
changeset: 473127:34eef307e894
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Apr 16 15:33:52 2004 +0000

description:
commit missing patch

diffstat:

 lang/mono/patches/patch-ab |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r f3f7e0a0425f -r 34eef307e894 lang/mono/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/mono/patches/patch-ab        Fri Apr 16 15:33:52 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.4 2004/04/16 15:33:52 recht Exp $
+
+--- mono/mini/mini-x86.c.orig  2004-03-10 20:53:29.000000000 +0100
++++ mono/mini/mini-x86.c       2004-04-04 13:12:20.000000000 +0200
+@@ -3379,7 +3379,11 @@
+ 
+       /* Determine stack boundaries */
+       if (!mono_running_on_valgrind ()) {
++#ifdef __NetBSD__
++              pthread_attr_get_np( self, &attr );
++#else
+               pthread_getattr_np( self, &attr );
++#endif
+               pthread_attr_getstack( &attr, &staddr, &stsize );
+       }
+ 



Home | Main Index | Thread Index | Old Index