[Asterisk-cvs] asterisk/apps app_intercom.c,1.3,1.4
markster at lists.digium.com
markster at lists.digium.com
Thu Oct 16 05:18:02 CDT 2003
- Previous message: [Asterisk-cvs] asterisk Makefile,1.34,1.35
- Next message: [Asterisk-cvs] asterisk/channels Makefile,1.10,1.11 chan_iax.c,1.12,1.13 chan_oss.c,1.6,1.7 chan_skinny.c,1.18,1.19 iax2-parser.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv8710/apps
Modified Files:
app_intercom.c
Log Message:
Sane FreeBSD patch
Index: app_intercom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_intercom.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- app_intercom.c 13 Aug 2003 15:25:16 -0000 1.3
+++ app_intercom.c 16 Oct 2003 10:44:04 -0000 1.4
@@ -28,6 +28,8 @@
#include <sys/time.h>
#ifdef __linux__
#include <linux/soundcard.h>
+#elif defined(__FreeBSD__)
+#include <machine/soundcard.h>
#else
#include <soundcard.h>
#endif
- Previous message: [Asterisk-cvs] asterisk Makefile,1.34,1.35
- Next message: [Asterisk-cvs] asterisk/channels Makefile,1.10,1.11 chan_iax.c,1.12,1.13 chan_oss.c,1.6,1.7 chan_skinny.c,1.18,1.19 iax2-parser.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list