VirtualBox

Changeset 10565 in vbox


Ignore:
Timestamp:
Jul 12, 2008 2:56:54 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33258
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/hgcmcall.c

    r10541 r10565  
    290290 * @param arg User space pointer to the call data structure
    291291 */
    292 AssertCompile((_IOC_SIZE(VBOXGUEST_IOCTL_HGCM_CALL) == sizeof(VBoxGuestHGCMCallInfo)));
    293 
    294292int vbox_ioctl_hgcm_call(unsigned long arg, VBoxDevice *vboxDev)
    295293{
     
    322320    vbox_hgcm_dump_params(hgcmR0);
    323321    /* Call the internal VBoxGuest ioctl interface with the ioctl structure we have just copied. */
    324     rc = vboxadd_cmc_call(vboxDev, VBOXGUEST_IOCTL_HGCM_CALL, hgcmR0);
     322    rc = vboxadd_cmc_call(vboxDev, VBOXGUEST_IOCTL_HGCM_CALL(0), hgcmR0);
    325323    if (VBOX_FAILURE(rc))
    326324    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette