[Asterisk-cvs] asterisk/db1-ast/btree bt_debug.c,1.1,1.2
markster at lists.digium.com
markster at lists.digium.com
Mon Jun 28 16:24:36 CDT 2004
Update of /usr/cvsroot/asterisk/db1-ast/btree
In directory mongoose.digium.com:/tmp/cvs-serv11692/db1-ast/btree
Modified Files:
bt_debug.c
Log Message:
Merge OSX compatibility patch (bug #1940)
Index: bt_debug.c
===================================================================
RCS file: /usr/cvsroot/asterisk/db1-ast/btree/bt_debug.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bt_debug.c 4 Jan 2003 18:53:14 -0000 1.1
+++ bt_debug.c 28 Jun 2004 20:10:28 -0000 1.2
@@ -38,6 +38,7 @@
static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94";
#endif /* LIBC_SCCS and not lint */
+#ifdef DEBUG
#include <sys/param.h>
#include <stdio.h>
@@ -47,7 +48,6 @@
#include <db.h>
#include "btree.h"
-#ifdef DEBUG
/*
* BT_DUMP -- Dump the tree
*
More information about the svn-commits
mailing list