Changeset 6570 in vbox
- Timestamp:
- Jan 29, 2008 3:54:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp
r6524 r6570 183 183 * Change the umask - this is non-standard daemon() behavior. 184 184 */ 185 /** @todo why is umask set to 0 on linux? the solaris value is more sensible... */186 # ifdef RT_OS_SOLARIS187 185 umask(027); 188 # else189 umask(0);190 # endif191 186 192 187 # ifdef RT_OS_LINUX
Note:
See TracChangeset
for help on using the changeset viewer.