Changeset 16356 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 29, 2009 12:08:16 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42196
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r16352 r16356 394 394 395 395 RTSpinlockReleaseNoInts(g_Spinlock, &Tmp); 396 #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 396 397 kauth_cred_unref(&pCred); 398 #else /* 10.4 */ 399 /* The 10.4u SDK headers and 10.4.11 kernel source have inconsisten defintions 400 of kauth_cred_unref(), so use the other (now deprecated) API for releasing it. */ 401 kauth_cred_rele(pCred); 402 #endif /* 10.4 */ 397 403 } 398 404 else
Note:
See TracChangeset
for help on using the changeset viewer.