summaryrefslogtreecommitdiff
path: root/open-vm-tools/modules/linux/vmci/common/vmciQPair.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/modules/linux/vmci/common/vmciQPair.c')
-rw-r--r--open-vm-tools/modules/linux/vmci/common/vmciQPair.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/open-vm-tools/modules/linux/vmci/common/vmciQPair.c b/open-vm-tools/modules/linux/vmci/common/vmciQPair.c
index dbc64922..7a021278 100644
--- a/open-vm-tools/modules/linux/vmci/common/vmciQPair.c
+++ b/open-vm-tools/modules/linux/vmci/common/vmciQPair.c
@@ -1234,9 +1234,9 @@ vmci_qpair_peek(VMCIQPair *qpair, // IN
}
-#if defined (SOLARIS) || (defined(__APPLE__) && !defined (VMX86_TOOLS)) || \
- (defined(__linux__) && defined(__KERNEL__)) || \
- (defined(_WIN32) && defined(WINNT_DDK))
+#if (defined(__APPLE__) && !defined (VMX86_TOOLS)) || \
+ (defined(__linux__) && defined(__KERNEL__)) || \
+ (defined(_WIN32) && defined(WINNT_DDK))
/*
*-----------------------------------------------------------------------------