VirtualBox

Ignore:
Timestamp:
Mar 26, 2009 5:16:00 PM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: init mutexes as recursive, fix for #3758

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/filenet.c

    r15532 r18328  
    325325#else
    326326        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);
    328328#endif
    329329        if (conn->fd < 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette