On Tue, 23 Mar 2010 at 20:24:18 +0100, Tamas TEVESZ wrote: > Subject: [PATCH] fix open(2)
> - if ((to_fd = open(dst, O_RDWR|O_CREAT|O_TRUNC)) == -1) {
> + if ((to_fd = open(dst, O_RDWR|O_CREAT|O_TRUNC,
> S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) == -1) {
I squashed it into "Some rework on getstyle".
--
To unsubscribe, send mail to [email protected].
