summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-22 03:37:27 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-22 03:37:27 +0000
commit734cbb634db687252162e8a93977d7a7c9063e90 (patch)
tree9263ec63bd0be20168365bab0109c994b1631f9f /file.c
parent975e0fadaac292b85a6bdb44eb09c7ad5163c8ff (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2ee8d583a7..85d7d5056e 100644
--- a/file.c
+++ b/file.c
@@ -1129,7 +1129,7 @@ static VALUE
rb_file_s_readlink(obj, path)
VALUE obj, path;
{
-#ifdef HAVE_READLINK_VOID
+#ifdef HAVE_READLINK
char buf[MAXPATHLEN];
int cc;