--- yaboot-1.3.13/lib/strstr.c.gcc34 2005-05-18 15:28:44.000000000 -0400 +++ yaboot-1.3.13/lib/strstr.c 2005-05-18 15:28:47.000000000 -0400 @@ -76,7 +76,8 @@ a = *++haystack; if (a == '\0') goto ret0; -shloop: } +shloop: ; + } while (a != b); jin: a = *++haystack;