From: Katy Feng Date: Fri, 3 Feb 2023 17:41:08 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2acb8fb61dd2b3888ee58e78313ee29581c41fb;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/asyncsocket.h b/open-vm-tools/lib/include/asyncsocket.h index 768d4ed70..09947002e 100644 --- a/open-vm-tools/lib/include/asyncsocket.h +++ b/open-vm-tools/lib/include/asyncsocket.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2003-2022 VMware, Inc. All rights reserved. + * Copyright (C) 2003-2023 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -103,6 +103,7 @@ extern "C" { #define ASOCK_EHOSTUNREACH WSAEHOSTUNREACH #define ASOCK_ETIMEDOUT WSAETIMEDOUT #define ASOCK_ECONNREFUSED WSAECONNREFUSED +#define ASOCK_EACCES WSAEACCES #else #define ASOCK_ENOTCONN ENOTCONN #define ASOCK_ENOTSOCK ENOTSOCK @@ -111,11 +112,12 @@ extern "C" { #define ASOCK_EWOULDBLOCK EWOULDBLOCK #define ASOCK_ENETUNREACH ENETUNREACH #define ASOCK_ECONNRESET ECONNRESET -#define ASOCK_ETIMEDOUT ETIMEDOUT -#define ASOCK_ECONNREFUSED ECONNREFUSED #define ASOCK_ECONNABORTED ECONNABORTED #define ASOCK_EPIPE EPIPE #define ASOCK_EHOSTUNREACH EHOSTUNREACH +#define ASOCK_ETIMEDOUT ETIMEDOUT +#define ASOCK_ECONNREFUSED ECONNREFUSED +#define ASOCK_EACCES EACCES #endif /*