VirtualBox

Changeset 10591 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 14, 2008 11:17:12 AM (16 years ago)
Author:
vboxsync
Message:

Ignore size in IOCTL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp

    r10486 r10591  
    5656#if defined(RT_OS_WINDOWS) /** @todo more OSes could take this route (solaris and freebsd for instance). */
    5757    /*
    58      * Handle the entire request in one go.
     58     * Handle the entire request in one go (size ignored in IOCTL code).
    5959     */
    60     return vbglR3DoIOCtl(VBOXGUEST_IOCTL_LOG(cb), (char *)pch, cb);
     60    return vbglR3DoIOCtl(VBOXGUEST_IOCTL_LOG(0), (char *)pch, cb);
    6161
    6262#else
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