aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-25 08:49:20 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-25 08:49:20 +0000
commitf7d46c88609f4991ef899059a7d16801aa245574 (patch)
treeb86dbe8088e187eb3eaf6cb529562af684586566 /dln.c
parent33e05ba9163ef85d95d3117c5a56ef5e96cc99cb (diff)
downloadruby-f7d46c88609f4991ef899059a7d16801aa245574.tar.gz
* string.c (rb_str_update): call rb_str_modify().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/dln.c b/dln.c
index 1dd80c2fe6..67ca195f60 100644
--- a/dln.c
+++ b/dln.c
@@ -1115,12 +1115,7 @@ dln_sym(name)
#endif /* USE_DLN_A_OUT */
#ifdef USE_DLN_DLOPEN
-# ifdef __NetBSD__
-# include <nlist.h>
-# include <link.h>
-# else
-# include <dlfcn.h>
-# endif
+# include <dlfcn.h>
#endif
#ifdef __hpux