diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-23 14:21:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-23 14:21:28 +0000 |
commit | a733d5311a14045c6a9adb4aa03aa75427609107 (patch) | |
tree | 146d9b81b087052726bf00de7ec7b87820113aa2 /sys-boot/palo/files | |
parent | Fix patching 1.92. (diff) | |
download | gentoo-2-a733d5311a14045c6a9adb4aa03aa75427609107.tar.gz gentoo-2-a733d5311a14045c6a9adb4aa03aa75427609107.tar.bz2 gentoo-2-a733d5311a14045c6a9adb4aa03aa75427609107.zip |
Old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-boot/palo/files')
-rw-r--r-- | sys-boot/palo/files/palo-9999-open.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-boot/palo/files/palo-9999-open.patch b/sys-boot/palo/files/palo-9999-open.patch deleted file mode 100644 index 26449e0d01aa..000000000000 --- a/sys-boot/palo/files/palo-9999-open.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/palo/palo.c -+++ b/palo/palo.c -@@ -479,7 +479,7 @@ - error(14, "bootloader"); - - sprintf(badblockfilename, "/tmp/paloblk-%d", getpid()); -- if ((fd = open(badblockfilename, O_RDWR | O_CREAT | O_TRUNC)) < 0) { -+ if ((fd = open(badblockfilename, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR)) < 0) { - perror(badblockfilename); - exit(1); - } |