[Home]

Summary:ASTERISK-00964: [patch] make acl.c build correctly on FreeBSD and NetBSD
Reporter:ww (ww)Labels:
Date Opened:2004-01-31 14:44:28.000-0600Date Closed:2008-01-15 14:42:42.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bsd_portability.diff.txt
Description:acl.c has a couple of #ifdef __OpenBSD__
that need to be changed to

#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)

if they are to include the correct code, rather than
the grovelling in /proc/net/route on these platforms.
Comments:By: Mark Spencer (markster) 2004-02-02 00:30:56.000-0600

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:42:42.000-0600

Repository: asterisk
Revision: 2110

U   trunk/acl.c

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

More BSD enhancements (ASTERISK-964)

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

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