Changeset 31730 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- Aug 17, 2010 12:53:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r31726 r31730 268 268 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) 269 269 static int VBoxNetAdpLinuxIOCtl(struct inode *pInode, struct file *pFilp, 270 unsigned int uCmd, unsigned long ulArg) 270 271 #else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */ 271 272 static long VBoxNetAdpLinuxIOCtlUnlocked(struct file *pFilp, 273 unsigned int uCmd, unsigned long ulArg) 272 274 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */ 273 unsigned int uCmd, unsigned long ulArg)274 275 { 275 276 VBOXNETADPREQ Req;
Note:
See TracChangeset
for help on using the changeset viewer.