summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-05 22:53:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-05 22:53:44 +0000
commit1bd6111488e56948a221e9f8c81f7ad286ccbff1 (patch)
tree341914152bef014a338ad951a4d08360c0cd8751 /ext
parent68ac487d194a225caee05bf48daeb2ccb4163e1e (diff)
* ext/pty/pty.c (chfunc): type fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/pty/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index 80a429ce8a..c44953ca13 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -155,7 +155,7 @@ struct child_info {
};
static int
-chfunc(void *data, char *errmsg, size_t errmsg_len)
+chfunc(void *data)
{
struct child_info *carg = data;
int master = carg->master;