[Home]

Summary:ASTERISK-12277: [patch] Fix solaris build issue acl.c
Reporter:snuffy (snuffy)Labels:
Date Opened:2008-06-29 06:07:37Date Closed:2008-07-02 13:24:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Portability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bug_12949.diff
Description:Another small solaris issue i came across trying to build under solaris 10
There is no reason to cast the buffer into a pointer.

Solaris already has it within the union so lets use that.

Without this change you get alignment issues.
Comments:By: Digium Subversion (svnbot) 2008-07-02 13:24:22

Repository: asterisk
Revision: 127466

U   trunk/main/acl.c

------------------------------------------------------------------------
r127466 | tilghman | 2008-07-02 13:23:53 -0500 (Wed, 02 Jul 2008) | 6 lines

Solaris fix
(closes issue ASTERISK-12277)
Reported by: snuffy
Patches:
      bug_12949.diff uploaded by snuffy (license 35)

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

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