[Fingerforce-devel] Bug#673704: libfprint: FTBFS on kfreebsd due to missing ETIME
Steven Chamberlain
steven at pyro.eu.org
Sun May 20 21:02:22 UTC 2012
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
steven at pyro.eu.org
More information about the Fingerforce-devel
mailing list