1fa746cb115536d31c07e611933c80a9c674ed84
[openwrt/svn-archive/archive.git] / net / asterisk-1.6.x / patches / 210-ppc_fix.patch
1 --- a/apps/app_festival.c
2 +++ b/apps/app_festival.c
3 @@ -120,6 +120,7 @@
4 int res;
5 #ifdef __PPC__
6 char c;
7 + int x;
8 #endif
9
10 res = ast_safe_fork(0);