--- libaitsched/inc/defs.h 2011/08/05 15:52:00 1.1 +++ libaitsched/inc/defs.h 2011/11/30 23:44:57 1.1.1.1.4.1 @@ -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.1.1.1.4.1 2011/11/30 23:44:57 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