]> git.pld-linux.org Git - packages/archfs.git/commitdiff
- obsolete
authorduddits <duddits@pld-linux.org>
Sat, 29 Jan 2011 17:01:56 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    archfs-gcc43.patch -> 1.2

archfs-gcc43.patch [deleted file]

diff --git a/archfs-gcc43.patch b/archfs-gcc43.patch
deleted file mode 100644 (file)
index 35541b8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -burNp archfs-0.5.4/layout/support.c archfs-0.5.4-dud/layout/support.c
---- archfs-0.5.4/layout/support.c      2007-08-17 18:44:14.000000000 +0200
-+++ archfs-0.5.4-dud/layout/support.c  2009-02-01 15:00:28.640399603 +0100
-@@ -71,7 +71,7 @@ int unzip_revs(char *path){
-                 gstrdel(extension);
-               if (gmstrcpy(&mirror, tmp_file, "/", entry->d_name, 0) == -1)
-                       continue;
--              if ((descriptor = open(mirror, O_WRONLY | O_CREAT)) == -1)
-+              if ((descriptor = open(mirror, O_WRONLY | O_CREAT, 0777)) == -1)
-                       continue;
-               if (close(descriptor) == -1)
-                       continue;
This page took 0.126408 seconds and 4 git commands to generate.