From: Katy Feng Date: Mon, 13 Nov 2023 20:07:34 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb027f7eccea977d00ef2a91da29e19ccc0a6d8;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 9197cee0b..9f22e5120 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -592,9 +592,9 @@ typedef int pid_t; #undef ARM64_ONLY #ifdef VM_ARM_64 -#define ARM64_ONLY(x) x +#define ARM64_ONLY(...) __VA_ARGS__ #else -#define ARM64_ONLY(x) +#define ARM64_ONLY(...) #endif #undef X86_ONLY