VirtualBox

Changeset 4924 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Sep 20, 2007 12:02:32 PM (17 years ago)
Author:
vboxsync
Message:

Linux kernel module put_user fix. Code is unused but would not compile on certain compilers.

File:
1 edited

Legend:

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

    r4860 r4924  
    151151
    152152            ptr += offsetof (VBoxGuestWaitEventInfo, u32EventFlagsOut);
    153             if (put_user (info.u32EventFlagsOut, ptr))
     153            if (put_user (info.u32EventFlagsOut, (uint32_t*)ptr))
    154154            {
    155155                printk (KERN_ERR "vboxadd_ioctl: can not put out_mask\n");
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