Changeset 23973 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Oct 22, 2009 12:34:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r23879 r23973 2293 2293 const char *pcszLf = "\n"; 2294 2294 RTFILE PidFile; 2295 RTFileOpen(&PidFile, gpszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE );2295 RTFileOpen(&PidFile, gpszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE | RTFILE_O_DENY_NONE); 2296 2296 RTStrFormatNumber(szBuf, RTProcSelf(), 10, 0, 0, 0); 2297 2297 RTFileWrite(PidFile, szBuf, strlen(szBuf), NULL);
Note:
See TracChangeset
for help on using the changeset viewer.