--- libaitsched/inc/aitsched.h 2011/10/04 20:12:01 1.2.2.3 +++ libaitsched/inc/aitsched.h 2011/10/04 23:03:31 1.2.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.2.2.3 2011/10/04 20:12:01 misho Exp $ +* $Id: aitsched.h,v 1.2.2.4 2011/10/04 23:03:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -125,7 +125,7 @@ struct sched_Task { void *task_arg; union { unsigned long v; - int fd; + intptr_t fd; struct timeval tv; } task_val; #define TASK_ARG(x) (x)->task_arg