]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 12 Aug 2021 19:46:04 +0000 (12:46 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 12 Aug 2021 19:46:04 +0000 (12:46 -0700)
open-vm-tools/lib/include/vm_basic_defs.h

index 2ebccb33e5659542edfaf8e7ff55e3167c7a6c51..38c8897292aa5574d8127a50cf83503470e750d7 100644 (file)
@@ -181,12 +181,10 @@ Max(int a, int b)
 #if defined __APPLE__
 #include <machine/param.h>
 #undef MASK
-   #if defined VM_ARM_ANY
-      #include <mach/machine/vm_param.h>
-      #undef PAGE_SHIFT
-      #undef PAGE_SIZE
-      #undef PAGE_MASK
-   #endif
+#include <mach/machine/vm_param.h>
+#undef PAGE_SHIFT
+#undef PAGE_SIZE
+#undef PAGE_MASK
 #endif
 
 /*