Author: jim Date: 2005-03-23 14:31:36 -0700 (Wed, 23 Mar 2005) New Revision: 889
Added: trunk/yaboot/yaboot-1.3.13-fix-1.patch Removed: trunk/yaboot/yaboot-1.3.13-fix1.patch Log: Fixed: name of yaboot patch Added: trunk/yaboot/yaboot-1.3.13-fix-1.patch =================================================================== --- trunk/yaboot/yaboot-1.3.13-fix-1.patch 2005-03-23 21:25:38 UTC (rev 888) +++ trunk/yaboot/yaboot-1.3.13-fix-1.patch 2005-03-23 21:31:36 UTC (rev 889) @@ -0,0 +1,21 @@ +Submitted By: Jeremy Huntwork <[EMAIL PROTECTED]> +Date: 2005-03-23 +Initial Package Version: 1.3.13 +Upstream Status: Applied +Origin: Jeremy Huntwork +Description: Fixes Compile Error. + +diff -Naur yaboot-1.3.13.orig/lib/strstr.c yaboot-1.3.13/lib/strstr.c +--- yaboot-1.3.13.orig/lib/strstr.c 2001-09-20 09:15:31.000000000 -0400 ++++ yaboot-1.3.13/lib/strstr.c 2005-02-20 22:03:10.215796824 -0500 +@@ -76,7 +76,9 @@ + a = *++haystack; + if (a == '\0') + goto ret0; +-shloop: } ++shloop: ++ a = a; ++ } + while (a != b); + + jin: a = *++haystack; Deleted: trunk/yaboot/yaboot-1.3.13-fix1.patch =================================================================== --- trunk/yaboot/yaboot-1.3.13-fix1.patch 2005-03-23 21:25:38 UTC (rev 888) +++ trunk/yaboot/yaboot-1.3.13-fix1.patch 2005-03-23 21:31:36 UTC (rev 889) @@ -1,21 +0,0 @@ -Submitted By: Jeremy Huntwork <[EMAIL PROTECTED]> -Date: 2005-03-23 -Initial Package Version: 1.3.13 -Upstream Status: Applied -Origin: Jeremy Huntwork -Description: Fixes Compile Error. - -diff -Naur yaboot-1.3.13.orig/lib/strstr.c yaboot-1.3.13/lib/strstr.c ---- yaboot-1.3.13.orig/lib/strstr.c 2001-09-20 09:15:31.000000000 -0400 -+++ yaboot-1.3.13/lib/strstr.c 2005-02-20 22:03:10.215796824 -0500 -@@ -76,7 +76,9 @@ - a = *++haystack; - if (a == '\0') - goto ret0; --shloop: } -+shloop: -+ a = a; -+ } - while (a != b); - - jin: a = *++haystack; -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
