diff options
Diffstat (limited to 'user/open-vm-tools/vix.patch')
-rw-r--r-- | user/open-vm-tools/vix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/open-vm-tools/vix.patch b/user/open-vm-tools/vix.patch new file mode 100644 index 000000000..9a12d0d76 --- /dev/null +++ b/user/open-vm-tools/vix.patch @@ -0,0 +1,11 @@ +--- open-vm-tools-12.4.0-23259341/services/plugins/vix/vixTools.c.old 2024-02-06 09:07:35.000000000 -0600 ++++ open-vm-tools-12.4.0-23259341/services/plugins/vix/vixTools.c 2024-05-22 14:48:32.807786329 -0500 +@@ -66,7 +66,7 @@ + #include <unistd.h> + #endif + +-#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__) ++#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__linux__) + #include <sys/stat.h> + #endif + |