[Asterisk-cvs] asterisk channel.c,1.215,1.216
anthm at lists.digium.com
anthm at lists.digium.com
Sat Jul 9 16:29:30 CDT 2005
Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv30071
Modified Files:
channel.c
Log Message:
Typo Fix (per corydon76)
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- channel.c 9 Jul 2005 15:36:59 -0000 1.215
+++ channel.c 9 Jul 2005 20:37:59 -0000 1.216
@@ -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