--- libaitsched/inc/defs.h 2011/08/05 15:52:00 1.1 +++ libaitsched/inc/defs.h 2011/12/08 08:02:23 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1 2011/08/05 15:52:00 misho Exp $ +* $Id: defs.h,v 1.2 2011/12/08 08:02:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -60,7 +60,7 @@ SUCH DAMAGE. extern int sched_Errno; extern char sched_Error[]; -inline void sched_SetErr(int eno, char *estr, ...); +inline void sched_SetErr(int, char *, ...); #endif