]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Thu, 16 Nov 2023 17:21:20 +0000 (09:21 -0800)
committerKaty Feng <fkaty@vmware.com>
Thu, 16 Nov 2023 17:21:20 +0000 (09:21 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index c138856fb72b11dfdf4726d3b89c05b9962845c5..0f8c2c0a29590660414d51e99991d2000a0ad598 100644 (file)
@@ -605,9 +605,9 @@ typedef int pid_t;
 
 #undef X86_ONLY
 #ifdef VM_X86_ANY
-#define X86_ONLY(x)      x
+#define X86_ONLY(...)    __VA_ARGS__
 #else
-#define X86_ONLY(x)
+#define X86_ONLY(...)
 #endif
 
 #undef DEBUG_ONLY