[Home]

Summary:ASTERISK-04368: [patch] header order fixes for freebsd
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-06-07 08:16:26Date Closed:2008-01-15 15:37:41.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) headers.diff
Description:As discussed on the -dev list, after the recent header changes,
compilation fails on FreeBSD.
The attached patch fixes things.
Take that just as a list of ordering issues if, as I suggest,
all the standard headers are moved to include/asterisk.h

Please keep in mind that the change to include/asterisk/utils.h
serves to prevent inet_ntoa redefinition warnings (still on FreeBSD).
Comments:By: Kevin P. Fleming (kpfleming) 2005-06-07 13:04:41

Committed to CVS HEAD... I'll address the global-include in asterisk.h issue with Mark and see what we want to do.

By: Digium Subversion (svnbot) 2008-01-15 15:37:41.000-0600

Repository: asterisk
Revision: 5876

U   trunk/channels/chan_agent.c
U   trunk/channels/chan_features.c
U   trunk/channels/chan_local.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_modem.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_skinny.c
U   trunk/formats/format_g723.c
U   trunk/formats/format_g726.c
U   trunk/formats/format_g729.c
U   trunk/formats/format_gsm.c
U   trunk/formats/format_h263.c
U   trunk/formats/format_ilbc.c
U   trunk/formats/format_pcm.c
U   trunk/formats/format_pcm_alaw.c
U   trunk/formats/format_sln.c
U   trunk/formats/format_vox.c
U   trunk/formats/format_wav.c
U   trunk/formats/format_wav_gsm.c
U   trunk/include/asterisk/utils.h
U   trunk/pbx/pbx_dundi.c

------------------------------------------------------------------------
r5876 | kpfleming | 2008-01-15 15:37:41 -0600 (Tue, 15 Jan 2008) | 2 lines

header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (bug ASTERISK-4368)

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

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