summaryrefslogtreecommitdiffstats
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
commit78f00e5de4baad43701469adcaaf22965cf7c21b (patch)
treeb86dbe8088e187eb3eaf6cb529562af684586566 /dln.c
parent6193767750b1ddac4291a2885d7643a7b10b469b (diff)
downloadruby-78f00e5de4baad43701469adcaaf22965cf7c21b.tar.gz
ruby-78f00e5de4baad43701469adcaaf22965cf7c21b.tar.xz
ruby-78f00e5de4baad43701469adcaaf22965cf7c21b.zip
* string.c (rb_str_update): call rb_str_modify().
git-svn-id: http://svn.ruby-lang.org/repos/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 1dd80c2fe..67ca195f6 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