projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix asterisk 1.6.x compile on powerpc
[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);