Changeset 44187 in vbox
- Timestamp:
- Dec 20, 2012 7:14:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r44184 r44187 477 477 * @param fUnrestricted Indicates which device node which was opened. 478 478 */ 479 static int VBoxDrvLinuxCreateCommon(struct inode *pInode, struct file *pFilp, bool fUnrestricted)479 static int vboxdrvLinuxCreateCommon(struct inode *pInode, struct file *pFilp, bool fUnrestricted) 480 480 { 481 481 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.