[Asterisk-cvs] asterisk strcompat.c,1.4,1.5

kpfleming kpfleming
Wed Sep 7 22:18:44 CDT 2005


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

Modified Files:
	strcompat.c 
Log Message:
first set of Cygwin portability stuff (issue #4678)


Index: strcompat.c
===================================================================
RCS file: /usr/cvsroot/asterisk/strcompat.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- strcompat.c	20 Jul 2005 00:13:14 -0000	1.4
+++ strcompat.c	8 Sep 2005 02:19:02 -0000	1.5
@@ -3,9 +3,7 @@
 #include <sys/types.h>
 #include <stdio.h>
 
-#ifdef SOLARIS
-#include "solaris-compat/compat.h"
-#endif
+#include "asterisk/compat.h"
 
 char* strsep(char** str, const char* delims)
 {




More information about the svn-commits mailing list