[Issue 2429] std.stream.File incorrect flag parsing and sharing mode
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 24 04:33:28 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2429
------- Comment #4 from jason at spashett.com 2009-01-24 06:33 -------
Created an attachment (id=287)
--> (http://d.puremagic.com/issues/attachment.cgi?id=287&action=view)
Patch to fix 2429, created against v1.039
Windows:
Patch to always set windows share mode to read / write. This allows two
programs to read and or write the same file.
Linux:
Patch for Linux to always set permission bits to 666 as it traditional. IO mode
should have no bearing whatsoever on permissions.
--
More information about the Digitalmars-d-bugs
mailing list