diff options
Diffstat (limited to 'main/open-vm-tools/sys-stat.patch')
-rw-r--r-- | main/open-vm-tools/sys-stat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/open-vm-tools/sys-stat.patch b/main/open-vm-tools/sys-stat.patch deleted file mode 100644 index 14492c7aa8..0000000000 --- a/main/open-vm-tools/sys-stat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- open-vm-tools-9.4.6-1770165.orig/services/plugins/vix/vixTools.c -+++ open-vm-tools-9.4.6-1770165/services/plugins/vix/vixTools.c -@@ -54,7 +54,7 @@ - #include <unistd.h> - #endif - --#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__) -+#ifdef HAVE_SYS_STAT_H - #include <sys/stat.h> - #endif - |