> When trying to build the following code in libc: > if (error != ENODEV && errno != EBADF) > return error; Silly me, I was looking for something really complex with lint, whereas it was just a typo (errno instead of error). -- Emmanuel Dreyfus manu@netbsd.org