[Asterisk-cvs] asterisk channel.c,1.214,1.215

malcolmd at lists.digium.com malcolmd at lists.digium.com
Sat Jul 9 11:28:29 CDT 2005


Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv28777

Modified Files:
	channel.c 
Log Message:
D'oh


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- channel.c	9 Jul 2005 12:18:59 -0000	1.214
+++ channel.c	9 Jul 2005 15:36:59 -0000	1.215
@@ -33,7 +33,7 @@
 #endif
 #ifdef __FreeBSD__
 #include <strfunc.h>
-#if (!defined(__STRFUNC_H__) || (!defined(STRFUNC_H))
+#if (!defined(__STRFUNC_H__) || (!defined(STRFUNC_H)))
 #error "Please install the strfunc library located in the ports collection at /usr/ports/devel/libstrfunc"
 #endif
 #endif




More information about the svn-commits mailing list