FreeBSD module compilation error

Fakhri Moatemri moatem at inrs-telecom.uquebec.ca
Wed May 15 11:12:15 EDT 2002


Hi all,
I had the BSD module to compile by doing those changes:

> diff elements/bsdmodule/polldevice.cc elements/bsdmodule/polldevice.cc.prev
227c227
<   m_list = (struct mbuf *)_dev->_u2.if_poll_recv(_dev,(int *) &got);
---
>   m_list = (struct mbuf *)_dev->if_poll_recv(_dev, &got);
240c240
<   _dev->_u2.if_poll_recv(_dev, (int *) NULL); // refill
---
>   _dev->if_poll_recv(_dev, NULL); // refill

Enjoy

_______________

F. Moatemri

INRS-Telecommunications
Tel: (514) 875-1266 x 3048
E-mail: moatem at inrs-telecom.uquebec.ca




More information about the click mailing list