Changeset 18328 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/filenet.c
- Timestamp:
- Mar 26, 2009 5:16:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/filenet.c
r15532 r18328 325 325 #else 326 326 conn->fd = open( conn->filename, O_CREAT | O_WRONLY | O_BINARY, 327 S_IREAD | S_IWRITE| S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);327 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); 328 328 #endif 329 329 if (conn->fd < 0)
Note:
See TracChangeset
for help on using the changeset viewer.