When trying to build the following code in libc:
if (error != ENODEV && errno != EBADF)
return error;
libc compains:
/usr/src/lib/libc/sys/clock_settime.c(83): errno undefined [99]
I'm not a lint expert, how do I workaround this?
--
Emmanuel Dreyfus
manu@netbsd.org