From 0e2e5d7f7683fc241e3ddb0cbf83846a373d7894 Mon Sep 17 00:00:00 2001 From: beveloper Date: Tue, 29 Oct 2002 20:33:01 +0000 Subject: [PATCH] added EHOSTDOWN, required by the net kit. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1770 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/Errors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/os/support/Errors.h b/headers/os/support/Errors.h index ebcb9787ab..350b7a6641 100644 --- a/headers/os/support/Errors.h +++ b/headers/os/support/Errors.h @@ -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