From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:09 +0000 (-0700) Subject: Revert the change to add DarwinPre15 to the guest os table. X-Git-Tag: stable-10.2.0~487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6856e53eded0b6dbae606b9713fd2286115baad;p=thirdparty%2Fopen-vm-tools.git Revert the change to add DarwinPre15 to the guest os table. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 36434aa40..3fa7058cd 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -186,10 +186,6 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); BS(DARWIN15_64), BS(DARWIN16_64), \ BS(DARWIN17_64) #define ALLDARWIN ALLDARWIN32, ALLDARWIN64 -#define ALLDARWINPRE15 BS(DARWIN9), BS(DARWIN10), BS(DARWIN11), \ - BS(DARWIN9_64), BS(DARWIN10_64), \ - BS(DARWIN11_64), BS(DARWIN12_64), \ - BS(DARWIN13_64), BS(DARWIN14_64) #define ALL64 ALLWIN64, ALLLINUX64, BS(SOLARIS10_64), \ BS(FREEBSD_64), BS(FREEBSD11_64), \ ALLDARWIN64, BS(OTHER_64), ALLVMKERNEL