[Asterisk-cvs] asterisk/apps app_intercom.c,1.5,1.6
markster at lists.digium.com
markster at lists.digium.com
Mon Oct 20 21:31:28 CDT 2003
- Previous message: [Asterisk-cvs] asterisk Makefile,1.36,1.37
- Next message: [Asterisk-cvs] asterisk/channels Makefile,1.12,1.13 chan_iax.c,1.14,1.15 chan_oss.c,1.8,1.9 chan_skinny.c,1.20,1.21 iax2-parser.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv7784/apps
Modified Files:
app_intercom.c
Log Message:
FreeBSD patch, take 2
Index: app_intercom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_intercom.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- app_intercom.c 16 Oct 2003 21:11:29 -0000 1.5
+++ app_intercom.c 21 Oct 2003 02:57:29 -0000 1.6
@@ -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.36,1.37
- Next message: [Asterisk-cvs] asterisk/channels Makefile,1.12,1.13 chan_iax.c,1.14,1.15 chan_oss.c,1.8,1.9 chan_skinny.c,1.20,1.21 iax2-parser.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list