ruby-changes:10530
From: akr <ko1@a...>
Date: Fri, 6 Feb 2009 07:53:56 +0900 (JST)
Subject: [ruby-changes:10530] Ruby:r22084 (trunk): * ext/pty/pty.c (chfunc): type fixed.
akr 2009-02-06 07:53:44 +0900 (Fri, 06 Feb 2009) New Revision: 22084 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22084 Log: * ext/pty/pty.c (chfunc): type fixed. Modified files: trunk/ChangeLog trunk/ext/pty/pty.c Index: ChangeLog =================================================================== --- ChangeLog (revision 22083) +++ ChangeLog (revision 22084) @@ -1,3 +1,7 @@ +Fri Feb 6 07:52:57 2009 Tanaka Akira <akr@f...> + + * ext/pty/pty.c (chfunc): type fixed. + Fri Feb 6 02:51:59 2009 Yukihiro Matsumoto <matz@r...> * string.c (rb_str_each_codepoint): update RDoc for Index: ext/pty/pty.c =================================================================== --- ext/pty/pty.c (revision 22083) +++ ext/pty/pty.c (revision 22084) @@ -155,7 +155,7 @@ }; static int -chfunc(void *data, char *errmsg, size_t errmsg_len) +chfunc(void *data) { struct child_info *carg = data; int master = carg->master; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/