Fix directory creation mode. Unless umask is set to 0 the default umask of the system...
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 24 Jun 2010 16:32:29 +0000 (12:32 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 5 Jul 2010 19:56:35 +0000 (15:56 -0400)
commit18baca846d9957651fd0f10b6e5c9cdaa42ce748
tree1706385269bcc07cc254a4ea226323a07d3301ac
parentb2cc3e5040b641716daa51b863ac5e17ac1a6774
Fix directory creation mode. Unless umask is set to 0 the default umask of the system, commonly 022, will be used and thus it becomes impossible to get the 777 mode.
libustcomm/ustcomm.c
This page took 0.023272 seconds and 4 git commands to generate.