Changeset 31726 in vbox
- Timestamp:
- Aug 17, 2010 12:50:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r31704 r31726 63 63 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) 64 64 static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp, 65 unsigned int uCmd, unsigned long ulArg); 65 66 #else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */ 66 67 static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp, 68 unsigned int uCmd, unsigned long ulArg); 67 69 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */ 68 unsigned int uCmd, unsigned long ulArg);69 70 70 71 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.