Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 623036 | Differences between
and this patch

Collapse All | Expand All

(-)apr-1.6.2.orig/file_io/unix/copy.c (-1 lines)
Lines 41-47 Link Here
41
            return status;
41
            return status;
42
        }
42
        }
43
        perms = finfo.protection;
43
        perms = finfo.protection;
44
        apr_file_perms_set(to_path, perms); /* ignore any failure */
45
    }
44
    }
46
    else
45
    else
47
        perms = to_perms;
46
        perms = to_perms;

Return to bug 623036