From 78a0cc3d194415feeb3a4f2146cea35a6b7d7619 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 27 Nov 2001 01:57:59 +0000 Subject: [PATCH] [project @ 2001-11-27 01:57:59 by sof] make prev. commit compile on non-win32 boxes --- ghc/rts/Itimer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Itimer.c b/ghc/rts/Itimer.c index 4b3bd0b..9df937b 100644 --- a/ghc/rts/Itimer.c +++ b/ghc/rts/Itimer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Itimer.c,v 1.28 2001/11/27 01:51:23 sof Exp $ + * $Id: Itimer.c,v 1.29 2001/11/27 01:57:59 sof Exp $ * * (c) The GHC Team, 1995-1999 * @@ -178,7 +178,7 @@ startVirtTimer(nat ms) # else struct itimerval it; - install_vtalrm_handler(void) + install_vtalrm_handler(); timestamp = getourtimeofday(); -- 1.7.10.4