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

markster at lists.digium.com markster at lists.digium.com
Thu Mar 17 17:16:53 CST 2005


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

Modified Files:
	hash.c 
Log Message:
Add support for Solaris/x86 (bug #3064)


Index: hash.c
===================================================================
RCS file: /usr/cvsroot/asterisk/db1-ast/hash/hash.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hash.c	4 Jan 2003 18:49:21 -0000	1.1
+++ hash.c	17 Mar 2005 23:12:15 -0000	1.2
@@ -51,6 +51,10 @@
 #include <assert.h>
 #endif
 
+#ifdef SOLARIS
+#include <solaris-compat/compat.h>
+#endif
+
 #include <db.h>
 #include "hash.h"
 #include "page.h"




More information about the svn-commits mailing list