VirtualBox

Ignore:
Timestamp:
Aug 17, 2010 12:53:59 PM (15 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c

    r31726 r31730  
    268268#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
    269269static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp,
     270                                unsigned int uCmd, unsigned long ulArg)
    270271#else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    271272static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp,
     273                                         unsigned int uCmd, unsigned long ulArg)
    272274#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    273                                 unsigned int uCmd, unsigned long ulArg)
    274275{
    275276    VBOXNETADPREQ Req;
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