diff options
Diffstat (limited to 'net/asterisk16/files/patch-db.c')
-rw-r--r-- | net/asterisk16/files/patch-db.c | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/net/asterisk16/files/patch-db.c b/net/asterisk16/files/patch-db.c index 6c2bdcd443c8..ba7f3f206b78 100644 --- a/net/asterisk16/files/patch-db.c +++ b/net/asterisk16/files/patch-db.c @@ -1,14 +1,21 @@ $FreeBSD$ ---- db.c.orig Fri Jul 9 13:08:09 2004 -+++ db.c Sun Oct 10 15:32:33 2004 -@@ -33,7 +33,7 @@ - #include <asterisk/cli.h> - #include <asterisk/utils.h> - #include <asterisk/lock.h> --#include "db1-ast/include/db.h" +--- db.c.orig Fri Jan 13 11:05:32 2006 ++++ db.c Fri Jan 13 11:06:55 2006 +@@ -35,6 +35,7 @@ + #include <errno.h> + #include <unistd.h> + #include <dirent.h> +#include <db.h> + #include "asterisk.h" - #include "astconf.h" +@@ -51,7 +52,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi + #include "asterisk/utils.h" + #include "asterisk/lock.h" + #include "asterisk/manager.h" +-#include "db1-ast/include/db.h" + + #ifdef __CYGWIN__ + #define dbopen __dbopen |