SOURCES: archfs-gcc43.patch (NEW) - needed for new gcc 4.3

duddits duddits at pld-linux.org
Sun Feb 1 15:24:15 CET 2009


Author: duddits                      Date: Sun Feb  1 14:24:15 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- needed for new gcc 4.3

---- Files affected:
SOURCES:
   archfs-gcc43.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/archfs-gcc43.patch
diff -u /dev/null SOURCES/archfs-gcc43.patch:1.1
--- /dev/null	Sun Feb  1 15:24:16 2009
+++ SOURCES/archfs-gcc43.patch	Sun Feb  1 15:24:10 2009
@@ -0,0 +1,12 @@
+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;
================================================================


More information about the pld-cvs-commit mailing list