SOURCES: goldwater-lvalue.patch (NEW) - remove broken typecast

baggins baggins at pld-linux.org
Thu Sep 6 02:11:17 CEST 2007


Author: baggins                      Date: Thu Sep  6 00:11:17 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove broken typecast

---- Files affected:
SOURCES:
   goldwater-lvalue.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/goldwater-lvalue.patch
diff -u /dev/null SOURCES/goldwater-lvalue.patch:1.1
--- /dev/null	Thu Sep  6 02:11:17 2007
+++ SOURCES/goldwater-lvalue.patch	Thu Sep  6 02:11:12 2007
@@ -0,0 +1,11 @@
+--- goldwater-1.4.0/tools/conftree.c~	2007-09-06 02:04:39.000000000 +0200
++++ goldwater-1.4.0/tools/conftree.c	2007-09-06 02:05:46.000000000 +0200
+@@ -526,7 +526,7 @@
+     os = BOUNDARY - (((long)memlist) % BOUNDARY);
+ 
+     tree_start_offset += os;
+-    (long)memlist     += os;
++    memlist     += os;
+   }
+ 
+   /* The first time through we MUST be aligned properly, if we're not then
================================================================


More information about the pld-cvs-commit mailing list