From: sof Date: Mon, 9 Jul 2001 16:30:50 +0000 (+0000) Subject: [project @ 2001-07-09 16:30:50 by sof] X-Git-Tag: Approximately_9120_patches~1597 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9ac766cb06e0245c9845c3222f210ef293934da0;p=ghc-hetmet.git [project @ 2001-07-09 16:30:50 by sof] get rid off gcc warning --- diff --git a/ghc/lib/std/cbits/inputReady.c b/ghc/lib/std/cbits/inputReady.c index 00b2d92..5ab2991 100644 --- a/ghc/lib/std/cbits/inputReady.c +++ b/ghc/lib/std/cbits/inputReady.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: inputReady.c,v 1.7 2001/05/18 16:54:06 simonmar Exp $ + * $Id: inputReady.c,v 1.8 2001/07/09 16:30:50 sof Exp $ * * hReady Runtime Support */ @@ -21,8 +21,8 @@ int inputReady(int fd, int msecs) { - int maxfd, ready; #ifndef mingw32_TARGET_OS + int maxfd, ready; fd_set rfd; struct timeval tv; #endif