Changeset 23973 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Oct 22, 2009 12:34:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r23223 r23973 1063 1063 char szBuf[32]; 1064 1064 const char *lf = "\n"; 1065 RTFileOpen(&pidFile, pszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE );1065 RTFileOpen(&pidFile, pszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE | RTFILE_O_DENY_NONE); 1066 1066 RTStrFormatNumber(szBuf, getpid(), 10, 0, 0, 0); 1067 1067 RTFileWrite(pidFile, szBuf, strlen(szBuf), NULL);
Note:
See TracChangeset
for help on using the changeset viewer.