From: VMware, Inc <> Date: Tue, 26 Apr 2011 20:34:54 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.04.25-402641~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc7b7fa7cd06d0db34fdfb4363637eb6a94bf5d7;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/vsock/linux/vsockSocketWrapper.h b/open-vm-tools/modules/linux/vsock/linux/vsockSocketWrapper.h index 8329492f0..3013b06b1 100644 --- a/open-vm-tools/modules/linux/vsock/linux/vsockSocketWrapper.h +++ b/open-vm-tools/modules/linux/vsock/linux/vsockSocketWrapper.h @@ -122,6 +122,9 @@ # if !defined(EPERM) # define EPERM WSAEACCES /* WSA doesn't have EPERM */ # endif +# if !defined(ENOSYS) +# define ENOSYS WSAEOPNOTSUPP +# endif # define EWOULDBLOCK WSAEWOULDBLOCK # define EINPROGRESS WSAEINPROGRESS # define EALREADY WSAEALREADY