[svn-commits] rizzo: trunk r88525 - /trunk/main/db.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 5 09:15:22 CST 2007


Author: rizzo
Date: Mon Nov  5 09:15:22 2007
New Revision: 88525

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88525
Log:
remove a cygwin-specific function remap that does not work.


Modified:
    trunk/main/db.c

Modified: trunk/main/db.c
URL: http://svn.digium.com/view/asterisk/trunk/main/db.c?view=diff&rev=88525&r1=88524&r2=88525
==============================================================================
--- trunk/main/db.c (original)
+++ trunk/main/db.c Mon Nov  5 09:15:22 2007
@@ -53,10 +53,6 @@
 #include "asterisk/manager.h"
 #include "db1-ast/include/db.h"
 
-#ifdef __CYGWIN__
-#define dbopen __dbopen
-#endif
-
 static DB *astdb;
 AST_MUTEX_DEFINE_STATIC(dblock);
 




More information about the svn-commits mailing list