From: VMware, Inc <> Date: Tue, 13 Mar 2012 20:11:35 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2012.03.13-651368~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7e9dcf23158a09c957db728a988d0892afca4cf;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/modules/linux/shared/vmci_iocontrols.h b/open-vm-tools/modules/linux/shared/vmci_iocontrols.h index c525d611a..3dd5b682d 100644 --- a/open-vm-tools/modules/linux/shared/vmci_iocontrols.h +++ b/open-vm-tools/modules/linux/shared/vmci_iocontrols.h @@ -318,7 +318,7 @@ enum IOCTLCmd_VMCI { */ #include "vmware_pack_begin.h" struct IOCTLCmd_VMCIMacOS_PrivSyms { - char data[328]; + char data[336]; } #include "vmware_pack_end.h" ;