--- libaitsched/src/hooks.c 2014/01/28 13:01:58 1.24.4.8 +++ libaitsched/src/hooks.c 2014/01/28 13:17:33 1.25 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: hooks.c,v 1.24.4.8 2014/01/28 13:01:58 misho Exp $ +* $Id: hooks.c,v 1.25 2014/01/28 13:17:33 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -638,7 +638,7 @@ sched_hook_fetch(void *root, void *arg __unused) struct timespec now, m, mtmp; #ifndef KQ_DISABLE struct kevent evt[1], res[KQ_EVENTS]; - struct timespec *timeout, m, mtmp; + struct timespec *timeout; #else struct timeval *timeout, tv; fd_set rfd, wfd, xfd;