On Sat, 6 Mar 1999, Henk Jan Barendregt wrote:

# > I'm trying to compile a code which uses a header file I haven't heard of
# >         errnos.h
# >
# Check your include path or otherwhise i think you've lost it somehow.
# On my system (kernel 2.0.36) it's in the /usr/include directory

it's called 'errno.h' (the person coding probably spelt it wrong):

bigbird:~$ locate errnos.h
bigbird:~$ locate errno.h
/usr/include/bsd/errno.h
/usr/include/errno.h

and can be found in the normal include directory.
#include <errno.h>

-- 
+++           Beware of programmers who carry screwdrivers           +++
[EMAIL PROTECTED]     http://www.users.globalnet.co.uk/~kermit

Reply via email to