On 20/05/12 21:43, Didier Raboud wrote: > drivers/uru4000.c: In function 'rebootpwr_run_state': > drivers/uru4000.c:804:31: error: 'ETIME' undeclared (first use in this > function) > drivers/uru4000.c:804:31: note: each undeclared identifier is reported only > once for each function it appears in
Hi, I don't know what is the right way to handle this -- and it may not be possible to add this in GNU/kFreeBSD anyway until the next eglibc ABI bump -- but this was the approach taken for mysql: > #ifndef ETIME > #define ETIME ETIMEDOUT /* For FreeBSD */ > #endif Regards, -- Steven Chamberlain [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

