[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
- Previous message: [Asterisk-cvs] asterisk/channels chan_zap.c, 1.417,
1.418 iax2-parser.c, 1.37, 1.38
- Next message: [Asterisk-cvs] asterisk/include/asterisk channel.h, 1.77,
1.78 logger.h, 1.10, 1.11 utils.h, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: [Asterisk-cvs] asterisk/channels chan_zap.c, 1.417,
1.418 iax2-parser.c, 1.37, 1.38
- Next message: [Asterisk-cvs] asterisk/include/asterisk channel.h, 1.77,
1.78 logger.h, 1.10, 1.11 utils.h, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list