diff -Nru 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 15:15:31.000000000 +0200 +++ yaboot-1.3.13/lib/strstr.c 2008-11-28 05:13:24.000000000 +0100 @@ -76,7 +76,7 @@ a = *++haystack; if (a == '\0') goto ret0; -shloop: } +shloop: ; } while (a != b); jin: a = *++haystack;