[Asterisk-cvs] asterisk/db1-ast/hash hash.c,1.2,1.3

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


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

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


Index: hash.c
===================================================================
RCS file: /usr/cvsroot/asterisk/db1-ast/hash/hash.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hash.c	17 Mar 2005 23:12:15 -0000	1.2
+++ hash.c	8 Sep 2005 02:19:02 -0000	1.3
@@ -51,9 +51,7 @@
 #include <assert.h>
 #endif
 
-#ifdef SOLARIS
-#include <solaris-compat/compat.h>
-#endif
+#include "../include/asterisk/compat.h"
 
 #include <db.h>
 #include "hash.h"




More information about the svn-commits mailing list