projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b543e84
)
remove a cygwin-specific function remap that does not work.
author
Luigi Rizzo
<rizzo@icir.org>
Mon, 5 Nov 2007 15:15:22 +0000
(15:15 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Mon, 5 Nov 2007 15:15:22 +0000
(15:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88525
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/db.c
patch
|
blob
|
history
diff --git
a/main/db.c
b/main/db.c
index
0f0147c
..
50cba13
100644
(file)
--- a/
main/db.c
+++ b/
main/db.c
@@
-53,10
+53,6
@@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/manager.h"
#include "db1-ast/include/db.h"
-#ifdef __CYGWIN__
-#define dbopen __dbopen
-#endif
-
static DB *astdb;
AST_MUTEX_DEFINE_STATIC(dblock);