added EHOSTDOWN, required by the net kit.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1770 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-10-29 20:33:01 +00:00
parent c16715cb44
commit 0e2e5d7f76

View File

@ -177,6 +177,7 @@ enum {
#define EMSGSIZE (B_POSIX_ERROR_BASE + 42)
#define EOPNOTSUPP (B_POSIX_ERROR_BASE + 43)
#define ENOTSOCK (B_POSIX_ERROR_BASE + 44)
#define EHOSTDOWN (B_POSIX_ERROR_BASE + 45)
#define ENOMEM B_NO_MEMORY
#define EACCES B_PERMISSION_DENIED