--- libaitsched/src/aitsched.c 2011/09/09 14:46:25 1.1.1.1.2.6 +++ libaitsched/src/aitsched.c 2011/10/04 12:32:23 1.1.1.1.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.c,v 1.1.1.1.2.6 2011/09/09 14:46:25 misho Exp $ +* $Id: aitsched.c,v 1.1.1.1.2.7 2011/10/04 12:32:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -322,7 +322,7 @@ schedCancelby(sched_root_task_t * __restrict root, sch break; } } else if (criteria == CRITERIA_FD) { - if (TASK_FD(task) == (u_long) param) { + if (TASK_FD(task) == (int) param) { flg++; break; }