[Home]

Summary:ASTERISK-01805: OpenBSD compile fixes
Reporter:Folke Ashberg (folke)Labels:
Date Opened:2004-06-12 06:36:14Date Closed:2008-01-15 14:57:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-cvs-2004-06-10-OpenBSD.diff
Description:This patch just changes two 'if defined(__FreeBSD__)' to
'if defined(__FreeBSD__) || defined(__OpenBSD__)' and then it compiles on OpenBSD (tested with obsd3.5)
Comments:By: Mark Spencer (markster) 2004-06-12 09:50:04

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:57:58.000-0600

Repository: asterisk
Revision: 3194

U   trunk/apps/app_sms.c
U   trunk/utils.c

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

Fix OpenBSD compile (bug ASTERISK-1805)

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

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