[Asterisk-cvs] asterisk/channels chan_zap.c,1.436,1.437

kpfleming at lists.digium.com kpfleming at lists.digium.com
Wed May 4 00:28:23 CDT 2005


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

Modified Files:
	chan_zap.c 
Log Message:
fix build on FreeBSD (bug #4125)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -d -r1.436 -r1.437
--- chan_zap.c	2 May 2005 20:16:21 -0000	1.436
+++ chan_zap.c	4 May 2005 04:35:27 -0000	1.437
@@ -42,7 +42,7 @@
 #include <sys/signal.h>
 #include <errno.h>
 #include <stdlib.h>
-#ifndef SOLARIS
+#if !defined(SOLARIS) && !defined(__FreeBSD__)
 #include <stdint.h>
 #endif
 #include <unistd.h>




More information about the svn-commits mailing list