Re: [PATCH gnumach 03/16] Cast function timeout() argument to fix a warning

2011-08-30 Thread Samuel Thibault
Guillem Jover, le Tue 30 Aug 2011 03:09:29 +0200, a écrit : > * kern/mach_clock.h (timer_func_t): New function type. > (struct timer_elt): Change fcn type to timer_func_t. > * i386/i386at/com.c (comstart): Cast `ttrstrt' to `timer_funct_t *' in > `timeout' call. > * i386/i386at/lpr.c (lprstart): Li

[PATCH gnumach 03/16] Cast function timeout() argument to fix a warning

2011-08-29 Thread Guillem Jover
* kern/mach_clock.h (timer_func_t): New function type. (struct timer_elt): Change fcn type to timer_func_t. * i386/i386at/com.c (comstart): Cast `ttrstrt' to `timer_funct_t *' in `timeout' call. * i386/i386at/lpr.c (lprstart): Likewise, --- i386/i386at/com.c |2 +- i386/i386at/lpr.c |2 +-