Changeset 10876 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Jul 24, 2008 10:14:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r10875 r10876 332 332 static int VBoxDrvDarwinOpen(dev_t Dev, int fFlags, int fDevType, struct proc *pProcess) 333 333 { 334 int rc;335 PSUPDRVSESSION pSession;336 334 #ifdef DEBUG_DARWIN_GIP 337 335 char szName[128]; … … 346 344 * here too, since that is more straight forward at this point. 347 345 */ 348 struct ucred *pCred = proc_ucred(pProcess); 346 int rc; 347 PSUPDRVSESSION pSession; 348 struct ucred *pCred = proc_ucred(pProcess); 349 349 if (pCred) 350 350 {
Note:
See TracChangeset
for help on using the changeset viewer.