[Mono-bugs] [Bug 52226][Maj] Changed - Fix for signal handling wrt NetBSD in libgc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 21:24:49 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52226

--- shadow/52226	2004-04-04 07:26:11.000000000 -0400
+++ shadow/52226.tmp.12634	2004-05-12 21:24:49.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 52226
 Product: Mono: Runtime
 Version: unspecified
 OS: other
 OS Details: NetBSD-current
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: recht@netbsd.org               
 QAContact: mono-bugs@ximian.com
@@ -114,6 +114,9 @@
  #   if defined(IRIX5) && defined(_sigargs) /* Irix 5.x, not 6.x */ \
 -       || defined(HPUX) || defined(HURD)
 +       || defined(HPUX) || defined(HURD) || defined(NETBSD)
          (void) sigaction(SIGBUS, &old_bus_act, 0);
  #   endif
  #       else
+
+------- Additional Comments From miguel@ximian.com  2004-05-12 21:24 -------
+This has been integrated into the build now.