[Home]

Summary:ASTERISK-03096: [patch] Make app_while compile on FreeBSD
Reporter:Olle Johansson (oej)Labels:
Date Opened:2004-12-27 07:18:18.000-0600Date Closed:2004-12-28 07:09:46.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_while.txt
Description:Disclaimer on file

****** ADDITIONAL INFORMATION ******

App_while doesn't compile cleanly on FreeBSD, due to mixing of function calls and variable declarations. Variables should be declared FIRST. Maybe we need to add this to coding guidelines?
Comments:By: Mark Spencer (markster) 2004-12-27 08:15:27.000-0600

Fixed in CVS head, thanks!  It's already in the coding guidelines.