From a733d5311a14045c6a9adb4aa03aa75427609107 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 23 Jan 2014 14:21:28 +0000 Subject: Old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613) --- sys-boot/palo/files/palo-9999-open.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sys-boot/palo/files/palo-9999-open.patch (limited to 'sys-boot/palo/files') 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); - } -- cgit v1.2.3-65-gdbad