--- libaitsched/src/hooks.c 2012/06/29 13:52:11 1.9 +++ libaitsched/src/hooks.c 2012/07/24 14:06:11 1.10 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: hooks.c,v 1.9 2012/06/29 13:52:11 misho Exp $ +* $Id: hooks.c,v 1.10 2012/07/24 14:06:11 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -163,8 +163,8 @@ sched_hook_cancel(void *task, void *arg __unused) #else EV_SET(&chg[0], TASK_VAL(t), EVFILT_USER, EV_DELETE, 0, 0, (void*) TASK_VAL(t)); #endif -#endif break; +#endif default: return NULL; }