summaryrefslogtreecommitdiff
path: root/lang/ruby18/patches/patch-ac
blob: 6a664b754e85af9cfd27d20f126cf5dd239f37bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2004/11/27 14:11:15 taca Exp $

--- dln.c.orig	2003-12-21 01:59:09.000000000 +0900
+++ dln.c
@@ -1115,7 +1115,7 @@ dln_sym(name)
 #endif /* USE_DLN_A_OUT */
 
 #ifdef USE_DLN_DLOPEN
-# ifdef __NetBSD__
+# if defined(__NetBSD__) && defined(__NetBSD_Version__) && __NetBSD_Version__ < 105000000
 #  include <nlist.h>
 #  include <link.h>
 # else