From: VMware, Inc <> Date: Mon, 22 Mar 2010 22:08:07 +0000 (-0700) Subject: Fix frobos build error X-Git-Tag: 2010.03.20-243334~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aae69cec6cb36e4e9a9e49bccfbff78d7b849c0;p=thirdparty%2Fopen-vm-tools.git Fix frobos build error Oops, forgot to build frobos tests for change 1010036 Add VMCIQPair interface to VMCI. The ASSERT is nice but it breaks the build. I'm removing it for now. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/shared/vmci_defs.h b/open-vm-tools/modules/linux/shared/vmci_defs.h index 41933f66c..5220a2792 100644 --- a/open-vm-tools/modules/linux/shared/vmci_defs.h +++ b/open-vm-tools/modules/linux/shared/vmci_defs.h @@ -685,8 +685,6 @@ static INLINE void VMCIQueueHeader_Init(VMCIQueueHeader *qHeader, // IN/OUT: const VMCIHandle handle) // IN: { - ASSERT_NOT_IMPLEMENTED(VMCIQueueHeader_CheckAlignment(qHeader)); - qHeader->handle = handle; VMCIQueueHeader_ResetPointers(qHeader); }