Changeset 6524 in vbox for trunk/src/VBox
- Timestamp:
- Jan 28, 2008 11:12:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp
r6445 r6524 124 124 125 125 #else /* the unices */ 126 127 # ifdef RT_OS_SOLARIS128 /*129 * Check if we already belong the init process (pid 1).130 */131 /** @todo Why do we need to check for this? */132 if (getppid() == 1)133 return VERR_GENERAL_FAILURE;134 # endif135 136 126 /* 137 127 * Fork the child process and quit the parent.
Note:
See TracChangeset
for help on using the changeset viewer.