X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fevent-unixoid.c;h=d613f6290e4a7863e894386c6846b6f8ae5320f0;hb=0a7e8462acb4861fe3fc2193319cec3552ea1c2f;hp=072ac61a0779123e0bbf4eba018b9fd470abea39;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/event-unixoid.c b/src/event-unixoid.c index 072ac61..d613f62 100644 --- a/src/event-unixoid.c +++ b/src/event-unixoid.c @@ -147,7 +147,7 @@ event_stream_unixoid_select_console (struct console *con) int infd; if (CONSOLE_STREAM_P (con)) - infd = fileno (CONSOLE_STREAM_DATA (con)->infd); + infd = fileno (CONSOLE_STREAM_DATA (con)->in); else { assert (CONSOLE_TTY_P (con)); @@ -168,7 +168,7 @@ event_stream_unixoid_unselect_console (struct console *con) int infd; if (CONSOLE_STREAM_P (con)) - infd = fileno (CONSOLE_STREAM_DATA (con)->infd); + infd = fileno (CONSOLE_STREAM_DATA (con)->in); else { assert (CONSOLE_TTY_P (con));