Changeset 27743 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Mar 26, 2010 2:50:55 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/VBoxZoneAccess.c
r17324 r27743 45 45 46 46 /* Daemonize... */ 47 RTProcDaemonize (false /* fNoChDir */,48 false /* fNoClose */,49 NULL /* pszPidfile */);47 RTProcDaemonizeUsingFork(false /* fNoChDir */, 48 false /* fNoClose */, 49 NULL /* pszPidfile */); 50 50 51 51 /* Open the device */
Note:
See TracChangeset
for help on using the changeset viewer.