[Home]

Summary:ASTERISK-00963: [patch] correct includes for NetBSD-current
Reporter:ww (ww)Labels:
Date Opened:2004-01-31 14:42:18.000-0600Date Closed:2008-01-15 14:42:41.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pthreads.diff.txt
Description:NetBSD-current supports pthreads. However,
pthread_kill is declared in signal.h. For
routines using this function it is necessary
to do

#include <signal.h>
#include <pthread.h>
Comments:By: Mark Spencer (markster) 2004-02-02 00:29:14.000-0600

Added to CVS

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

Repository: asterisk
Revision: 2109

U   trunk/channels/chan_iax.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_skinny.c

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

NetBSD portability enhancements (bug ASTERISK-963)

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

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