diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:06:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:06:06 +0000 |
commit | acc33b14df77f1bad1c2d0a2c775185fa9e864eb (patch) | |
tree | 861d5d09092cff4fbc720b4a04db22add91bf3d3 /net/asterisk16/files/patch-main::db.c | |
parent | - incorrect comment (diff) |
Long awaited upgrade to 1.4.2.
Sponsored by: Sippy Software, Inc.
Notes
Notes:
svn path=/head/; revision=189887
Diffstat (limited to 'net/asterisk16/files/patch-main::db.c')
-rw-r--r-- | net/asterisk16/files/patch-main::db.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/asterisk16/files/patch-main::db.c b/net/asterisk16/files/patch-main::db.c new file mode 100644 index 000000000000..0b26f3b2cca6 --- /dev/null +++ b/net/asterisk16/files/patch-main::db.c @@ -0,0 +1,21 @@ + +$FreeBSD$ + +--- main/db.c.orig Fri Jan 13 11:05:32 2006 ++++ main/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" + +@@ -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 |