$OpenBSD: patch-misc_c,v 1.3 2003/01/17 21:00:45 drahn Exp $
--- misc.c.orig	Mon Aug  5 19:13:44 2002
+++ misc.c	Thu Jan  9 16:12:10 2003
@@ -591,7 +591,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) && defined(__ELF__)
+	GC_init_openbsd_elf();
+#   endif
+#   if defined(NETBSD) && defined(__ELF__)
 	GC_init_netbsd_elf();
 #   endif
 #   if defined(GC_PTHREADS) || defined(GC_SOLARIS_THREADS)
