Changeset 12414 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 12, 2008 8:01:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r12413 r12414 321 321 #ifdef VBOX_WITH_HARDENING 322 322 rc = ddi_create_priv_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO, 323 0, "none", "none", 0600);323 0, NULL, NULL, 0600); 324 324 #else 325 325 rc = ddi_create_priv_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO,
Note:
See TracChangeset
for help on using the changeset viewer.