]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 29 Mar 2011 20:26:23 +0000 (13:26 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 29 Mar 2011 20:26:23 +0000 (13:26 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/modules/linux/shared/vmci_kernel_if.h

index 5a389f3162ab5b840599471449f8cd1ee65c16a0..a90543cef4a682484f98d985edbea72d34428a3d 100644 (file)
@@ -402,18 +402,8 @@ Bool VMCI_CanCreate(void);
 #  define VMCI_FreeQueueBuffer(_q, _s)
 #  define VMCI_CanCreate() TRUE
 #endif // !_WIN32
-#if defined(_WIN32) || (defined(linux) && !defined(VMKERNEL))
-  Bool VMCI_GuestPersonalityActive(void);
-  Bool VMCI_HostPersonalityActive(void);
-#else
-#  if defined(VMX86_TOOLS)
-#    define VMCI_GuestPersonalityActive() TRUE
-#    define VMCI_HostPersonalityActive()  FALSE
-#  else // VMX86_TOOLS
-#    define VMCI_GuestPersonalityActive() FALSE
-#    define VMCI_HostPersonalityActive()  TRUE
-#  endif // !VMX86_TOOLS
-#endif // !(_WIN32 || (linux && !VMKERNEL))
+Bool VMCI_GuestPersonalityActive(void);
+Bool VMCI_HostPersonalityActive(void);
 
 
 #if defined(VMKERNEL)