VirtualBox

Changeset 31726 in vbox


Ignore:
Timestamp:
Aug 17, 2010 12:50:23 PM (14 years ago)
Author:
vboxsync
Message:

vboxnetadp: don't confuse the syntax highlighter of my editor

File:
1 edited

Legend:

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

    r31704 r31726  
    6363#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
    6464static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp,
     65                                unsigned int uCmd, unsigned long ulArg);
    6566#else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    6667static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp,
     68                                         unsigned int uCmd, unsigned long ulArg);
    6769#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    68                                 unsigned int uCmd, unsigned long ulArg);
    6970
    7071/*******************************************************************************
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