[Home]

Summary:ASTERISK-04807: [patch] Recent changes to acl.c cause Solaris compile failure
Reporter:drach (drach)Labels:
Date Opened:2005-08-10 15:42:21Date Closed:2008-01-15 15:44:15.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) acl.patch
Description:gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g  -Iinclude -I../include -Iinclude/solaris-compat -I/usr/local/ssl/include -I/opt/csw/include -D_REENTRANT -D_GNU_SOURCE  -O6   -Wcast-align -DSOLARIS     -fomit-frame-pointer    -c -o acl.o acl.c
acl.c:68: warning: missing braces around initializer
acl.c:68: warning: (near initialization for `__ourip.S_un')
acl.c: In function `ast_str2tos':
acl.c:244: error: `IPTOS_MINCOST' undeclared (first use in this function)
acl.c:244: error: (Each undeclared identifier is reported only once
acl.c:244: error: for each function it appears in.)
gmake: *** [acl.o] Error 1

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

Repository revision: 1.52

Apparently Solaris does not implement RFC 1349 yet
Comments:By: Mark Spencer (markster) 2005-08-11 01:35:47

Fixed in CVS head.  Thanks.

By: Digium Subversion (svnbot) 2008-01-15 15:44:15.000-0600

Repository: asterisk
Revision: 6319

U   trunk/acl.c

------------------------------------------------------------------------
r6319 | markster | 2008-01-15 15:44:14 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix acl compile on solaris (bug ASTERISK-4807)

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

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