diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-28 19:33:57 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-28 19:33:57 +0000 |
commit | 9f0462bca79159a405d91005fccb833b39258aa4 (patch) | |
tree | e440215f3889a7d134e83fb239ef6821b710aebc /net/asterisk/files/patch-main::db.c | |
parent | - Update to 2.02 (diff) |
Add asterisk 1.8 port.
Submitted by: Florian Smeets
Notes
Notes:
svn path=/head/; revision=265329
Diffstat (limited to 'net/asterisk/files/patch-main::db.c')
-rw-r--r-- | net/asterisk/files/patch-main::db.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-main::db.c b/net/asterisk/files/patch-main::db.c new file mode 100644 index 000000000000..34c9bd20a8a0 --- /dev/null +++ b/net/asterisk/files/patch-main::db.c @@ -0,0 +1,18 @@ +--- ./main/db.c.orig 2010-09-10 22:31:58.000000000 +0200 ++++ ./main/db.c 2010-11-06 14:54:37.000000000 +0100 +@@ -36,6 +36,7 @@ + #include <sys/time.h> + #include <signal.h> + #include <dirent.h> ++#include <db.h> + + #include "asterisk/channel.h" + #include "asterisk/file.h" +@@ -46,7 +47,6 @@ + #include "asterisk/utils.h" + #include "asterisk/lock.h" + #include "asterisk/manager.h" +-#include "db1-ast/include/db.h" + + /*** DOCUMENTATION + <manager name="DBGet" language="en_US"> |