openbsd-ports/devel/boehm-gc/patches/patch-misc_c
kili 1dd9afdf52 Update to 7.0.
Most work done by kurt@, who got bleeding eyes and has been trapped
into pthread issues because some of us (me and Stuart Henderson)
were slopyy and applied some patches only partial. A big sorry to
kurt@ for this waste of time!

Tested by many. Intermediate ok's (IIRC) from kurt@, naddy@ and todd@.
2007-07-14 22:16:16 +00:00

15 lines
476 B
Plaintext

--- misc.c.orig Thu Jun 28 20:14:55 2007
+++ misc.c Fri Jul 6 22:13:16 2007
@@ -629,7 +629,10 @@ void GC_init_inner()
# if defined(SEARCH_FOR_DATA_START)
GC_init_linux_data_start();
# endif
-# if (defined(NETBSD) || defined(OPENBSD)) && defined(__ELF__)
+#if defined(OPENBSD)
+ GC_init_openbsd();
+#endif
+# if defined(NETBSD) && defined(__ELF__)
GC_init_netbsd_elf();
# endif
# if !defined(THREADS) || defined(GC_PTHREADS) || defined(GC_WIN32_THREADS) \