Changeset 22583 in vbox
- Timestamp:
- Aug 30, 2009 8:59:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c
r22575 r22583 248 248 { 249 249 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pDev->si_drv1; 250 Log(("VBoxGuestFreeBSDClose: fFile=%#x iUnit=%d pSession=%p\n", fFile, minor2unit(minor(pDev)), pSession));250 Log(("VBoxGuestFreeBSDClose: fFile=%#x pSession=%p\n", fFile, pSession)); 251 251 252 252 /*
Note:
See TracChangeset
for help on using the changeset viewer.