]> git.pld-linux.org Git - packages/fwupdate.git/blame - fwupdate-open.patch
- updated to 0.4
[packages/fwupdate.git] / fwupdate-open.patch
CommitLineData
a3b339a3
JB
1--- fwupdate-0.4/linux/libfwup.c.orig 2015-09-12 09:08:28.418763043 +0200
2+++ fwupdate-0.4/linux/libfwup.c 2015-09-12 09:09:34.945426920 +0200
3@@ -778,7 +778,7 @@
3b56ddd5 4 goto new;
a3b339a3 5 }
3b56ddd5 6
a3b339a3
JB
7- rc = open(fullpath, O_CREAT|O_TRUNC|O_CLOEXEC|O_RDWR);
8+ rc = open(fullpath, O_CREAT|O_TRUNC|O_CLOEXEC|O_RDWR, 0666);
9 if (rc < 0) {
10 free(relpath);
3b56ddd5 11 goto new;
This page took 0.712145 seconds and 4 git commands to generate.