This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
yaboot/yaboot-1.3.13-gcc34.patch

13 lines
374 B
Diff
Raw Permalink Normal View History

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 2005-08-21 11:49:49.000000000 +0200
+++ yaboot-1.3.13/lib/strstr.c 2005-08-21 11:49:59.000000000 +0200
@@ -76,7 +76,7 @@
a = *++haystack;
if (a == '\0')
goto ret0;
-shloop: }
+shloop: ; }
while (a != b);
jin: a = *++haystack;