aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/linux-is-not-gnu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/open-vm-tools/linux-is-not-gnu.patch')
-rw-r--r--main/open-vm-tools/linux-is-not-gnu.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/open-vm-tools/linux-is-not-gnu.patch b/main/open-vm-tools/linux-is-not-gnu.patch
deleted file mode 100644
index 3045d536dc..0000000000
--- a/main/open-vm-tools/linux-is-not-gnu.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- open-vm-tools-9.4.6-1770165.orig/lib/include/vm_basic_defs.h
-+++ open-vm-tools-9.4.6-1770165/lib/include/vm_basic_defs.h
-@@ -550,7 +550,7 @@
- #endif
- #endif
-
--#if defined __linux__ && !defined __KERNEL__ && !defined MODULE && \
-+#if defined __GLIBC__ && !defined __KERNEL__ && !defined MODULE && \
- !defined VMM && !defined FROBOS && !defined __ANDROID__
- #include <features.h>
- #if __GLIBC_PREREQ(2, 1) && !defined GLIBC_VERSION_21