From 5b10c170e52d53e570b6335590552a12b002c361 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 24 Feb 2007 10:30:50 +0000 Subject: * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): renamed from OpenFile. * ext/dl/cptr.c, ext/io/wait/wait.c, ext/openssl/ossl.h, ext/openssl/ossl_bio.c, ext/openssl/ossl_ssl.c, ext/pty/pty.c, ext/readline/readline.c, ext/socket/socket.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/io/wait/wait.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/io/wait') diff --git a/ext/io/wait/wait.c b/ext/io/wait/wait.c index ce2841d410..e0a0232431 100644 --- a/ext/io/wait/wait.c +++ b/ext/io/wait/wait.c @@ -50,7 +50,7 @@ EXTERN struct timeval rb_time_interval _((VALUE time)); static VALUE io_ready_p(VALUE io) { - OpenFile *fptr; + rb_io_t *fptr; ioctl_arg n; GetOpenFile(io, fptr); @@ -90,7 +90,7 @@ wait_readable(VALUE p) static VALUE io_wait(int argc, VALUE *argv, VALUE io) { - OpenFile *fptr; + rb_io_t *fptr; struct wait_readable_arg arg; int fd, i; ioctl_arg n; -- cgit v1.2.3