summaryrefslogtreecommitdiff
path: root/lang/ruby16-base/patches/patch-ac
blob: 95d4c11611c11c083a37dd300c42c315122f4d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2005/03/06 16:36:08 taca Exp $

--- dln.c.orig	2002-10-18 01:39:01.000000000 +0900
+++ dln.c
@@ -1084,7 +1084,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