[Asterisk-cvs] asterisk/include/asterisk channel.h,1.48,1.49 linkedlists.h,1.4,1.5
citats at lists.digium.com
citats at lists.digium.com
Tue Jun 22 15:03:05 CDT 2004
- Previous message: [Asterisk-cvs] asterisk/codecs codec_a_mu.c,1.6,1.7 codec_adpcm.c,1.10,1.11 codec_alaw.c,1.6,1.7 codec_g723_1.c,1.14,1.15 codec_g726.c,1.2,1.3 codec_gsm.c,1.12,1.13 codec_ilbc.c,1.5,1.6 codec_lpc10.c,1.8,1.9 codec_speex.c,1.5,1.6 codec_ulaw.c,1.7,1.8
- Next message: [Asterisk-cvs] asterisk/res res_config_odbc.c,1.1,1.2 res_crypto.c,1.8,1.9 res_indications.c,1.5,1.6 res_musiconhold.c,1.30,1.31 res_odbc.c,1.2,1.3 res_parking.c,1.24,1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk/include/asterisk
Modified Files:
channel.h linkedlists.h
Log Message:
Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- channel.h 22 May 2004 04:11:22 -0000 1.48
+++ channel.h 22 Jun 2004 18:49:00 -0000 1.49
@@ -19,7 +19,6 @@
#include <asterisk/chanvars.h>
#include <unistd.h>
#include <setjmp.h>
-#include <pthread.h>
#include <sys/poll.h>
#if defined(__cplusplus) || defined(c_plusplus)
Index: linkedlists.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/linkedlists.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- linkedlists.h 9 Jun 2004 01:45:08 -0000 1.4
+++ linkedlists.h 22 Jun 2004 18:49:00 -0000 1.5
@@ -1,7 +1,6 @@
#ifndef ASTERISK_LINKEDLISTS_H
#define ASTERISK_LINKEDLISTS_H
-#include <pthread.h>
#include <asterisk/lock.h>
#define AST_LIST_LOCK(head) \
- Previous message: [Asterisk-cvs] asterisk/codecs codec_a_mu.c,1.6,1.7 codec_adpcm.c,1.10,1.11 codec_alaw.c,1.6,1.7 codec_g723_1.c,1.14,1.15 codec_g726.c,1.2,1.3 codec_gsm.c,1.12,1.13 codec_ilbc.c,1.5,1.6 codec_lpc10.c,1.8,1.9 codec_speex.c,1.5,1.6 codec_ulaw.c,1.7,1.8
- Next message: [Asterisk-cvs] asterisk/res res_config_odbc.c,1.1,1.2 res_crypto.c,1.8,1.9 res_indications.c,1.5,1.6 res_musiconhold.c,1.30,1.31 res_odbc.c,1.2,1.3 res_parking.c,1.24,1.25
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list