Subject: Re: lint complains wbout EBADF
To: None <tech-userlevel@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: tech-userlevel
Date: 10/20/2001 18:13:28
> 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