From: Oliver Kurth Date: Mon, 28 Oct 2019 23:12:41 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3a0cfd0170bda1f9fb24345fdbb6334248e669;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index e27a45154..e896378ff 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -72,7 +72,6 @@ typedef struct CPUIDRegs { typedef union CPUIDRegsUnion { uint32 array[4]; CPUIDRegs regs; - uint64 force8byteAlign[2]; /* See CpuidInfoNodePtr on Apple Mac. */ } CPUIDRegsUnion; /*