]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 26 Apr 2011 20:34:54 +0000 (13:34 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 26 Apr 2011 20:34:54 +0000 (13:34 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/vsock/linux/vsockSocketWrapper.h

index 8329492f0c6423b27f39c5f4103e52476fd04d25..3013b06b1eea4476366c3cd1f613f6bd60d0679d 100644 (file)
 # 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