[Home]

Summary:ASTERISK-06439: [patch] fixes for a couple of compile problems.
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-02-28 12:01:13.000-0600Date Closed:2008-01-15 17:05:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) luigi.diff
Description:the attached patch fixes a couple of compatibility problems arisen
with recent commits:
- variable declaration in the middle of a block in channels/chan_iax2.c;
- missing #include <sys/types.h> breaking compilation on FreeBSD
Comments:By: Russell Bryant (russell) 2006-02-28 12:23:04.000-0600

added to the trunk in revision 11407, thanks!

By: Digium Subversion (svnbot) 2008-01-15 17:05:58.000-0600

Repository: asterisk
Revision: 11407

U   trunk/channels/chan_iax2.c
U   trunk/jitterbuf.c

------------------------------------------------------------------------
r11407 | russell | 2008-01-15 17:05:57 -0600 (Tue, 15 Jan 2008) | 2 lines

fix some build issues on FreeBSD (issue ASTERISK-6439)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=11407