function "comedi_event" has wrong argument count in CVS?

Hi there,

I want to use Comedi with RTAI and got the following error while compiling
comedi from CVS:

  CC [M]  /usr/src/comedi/comedi/drivers/comedi_rt_timer.o
/usr/src/comedi/comedi/drivers/comedi_rt_timer.c: In function
‘scan_task_func’:
/usr/src/comedi/comedi/drivers/comedi_rt_timer.c:334: error: too many
arguments to function ‘comedi_event’
/usr/src/comedi/comedi/drivers/comedi_rt_timer.c:342: error: too many
arguments to function ‘comedi_event’


After chaning Line 334 and 342
comedi_event(dev, s, async->events);
to:
comedi_event(dev, s);

compilation continued, but has a lot of warnings like
WARNING: "rt_printk" [/usr/src/comedi/comedi/kcomedilib/kcomedilib.ko]
undefined!

RTAI (vulcano from CVS) works fine so far.

Any Ideas?

Regards

---------------------------------------------
Free POP3 Email from www.Gawab.com 
Sign up NOW and get your account _at_gawab.com!!

Received on 2007-08-01Z10:02:57