mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
Merged revisions 159093 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r159093 | twilson | 2008-11-25 10:18:53 -0600 (Tue, 25 Nov 2008) | 2 lines Add missing variable declaration for PPC code ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@159095 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -120,6 +120,7 @@ static int send_waveform_to_fd(char *waveform, int length, int fd)
|
||||
int res;
|
||||
#ifdef __PPC__
|
||||
char c;
|
||||
int x;
|
||||
#endif
|
||||
|
||||
res = ast_safe_fork(0);
|
||||
|
||||
Reference in New Issue
Block a user