mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix double declaration of 'x' on the PPC platform.
(closes issue #14038) Reported by: ffloimair git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@162273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -130,7 +130,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) {
|
|||||||
int x;
|
int x;
|
||||||
#ifdef __PPC__
|
#ifdef __PPC__
|
||||||
char c;
|
char c;
|
||||||
int x;
|
|
||||||
#endif
|
#endif
|
||||||
sigset_t fullset, oldset;
|
sigset_t fullset, oldset;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user