[Asterisk-cvs] asterisk/apps app_intercom.c,1.4,1.5

martinp at lists.digium.com martinp at lists.digium.com
Thu Oct 16 15:45:27 CDT 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv21069/apps

Modified Files:
	app_intercom.c 
Log Message:
Revert the previous patch since it's braking compilation


Index: app_intercom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_intercom.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- app_intercom.c	16 Oct 2003 10:44:04 -0000	1.4
+++ app_intercom.c	16 Oct 2003 21:11:29 -0000	1.5
@@ -28,8 +28,6 @@
 #include <sys/time.h>
 #ifdef __linux__
 #include <linux/soundcard.h>
-#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
 #else
 #include <soundcard.h>
 #endif




More information about the svn-commits mailing list