Author: jim Date: 2005-03-23 14:25:38 -0700 (Wed, 23 Mar 2005) New Revision: 888
Added: trunk/yaboot/yaboot-1.3.13-fix1.patch Log: Added: yaboot-1.3.13-fix1.patch Added: trunk/yaboot/yaboot-1.3.13-fix1.patch =================================================================== --- trunk/yaboot/yaboot-1.3.13-fix1.patch 2005-03-22 16:20:29 UTC (rev 887) +++ trunk/yaboot/yaboot-1.3.13-fix1.patch 2005-03-23 21:25:38 UTC (rev 888) @@ -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; -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
