VirtualBox

Ignore:
Timestamp:
Aug 16, 2010 3:20:07 PM (14 years ago)
Author:
vboxsync
Message:

vboxnetadp: cosmetics

File:
1 edited

Legend:

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

    r31697 r31704  
    6363#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
    6464static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp,
     65#else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
     66static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp,
     67#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    6568                                unsigned int uCmd, unsigned long ulArg);
    66 #else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    67 static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp, unsigned int uCmd,
    68                                          unsigned long ulArg);
    69 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    7069
    7170/*******************************************************************************
     
    268267#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
    269268static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp,
     269#else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
     270static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp,
     271#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    270272                                unsigned int uCmd, unsigned long ulArg)
    271 #else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    272 static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp, unsigned int uCmd,
    273                                          unsigned long ulArg)
    274 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    275273{
    276274    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