From: VMware, Inc <> Date: Sat, 28 May 2011 19:01:18 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.05.27-420096~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24ba2a4454cd8c5da783fcff8aa59539a457f262;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/shared/vmci_iocontrols.h b/open-vm-tools/modules/linux/shared/vmci_iocontrols.h index ce0ead397..a3c13428c 100644 --- a/open-vm-tools/modules/linux/shared/vmci_iocontrols.h +++ b/open-vm-tools/modules/linux/shared/vmci_iocontrols.h @@ -27,7 +27,6 @@ #define _VMCI_IOCONTROLS_H_ #define INCLUDE_ALLOW_USERLEVEL -#define INCLUDE_ALLOW_VMMON #define INCLUDE_ALLOW_VMCORE #define INCLUDE_ALLOW_MODULE #define INCLUDE_ALLOW_VMKERNEL @@ -311,7 +310,7 @@ enum IOCTLCmd_VMCI { */ #include "vmware_pack_begin.h" struct IOCTLCmd_VMCIMacOS_PrivSyms { - char data[320]; + char data[328]; } #include "vmware_pack_end.h" ;