From 9ac766cb06e0245c9845c3222f210ef293934da0 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 9 Jul 2001 16:30:50 +0000 Subject: [PATCH] [project @ 2001-07-09 16:30:50 by sof] get rid off gcc warning --- ghc/lib/std/cbits/inputReady.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4