diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-24 13:58:38 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-24 13:58:38 +0000 |
commit | cc61e8918209daa42305c4058a0c09539bc17783 (patch) | |
tree | da98a4fdbb76b825d3a568ad7ba44e36bd7dc167 /net/asterisk/files/patch-main::db.c | |
parent | - Update to 3.0.8 (diff) |
Remove and disconnect net/asterisk port in preparation for repocopy
from net/asterisk16
Notes
Notes:
svn path=/head/; revision=265086
Diffstat (limited to 'net/asterisk/files/patch-main::db.c')
-rw-r--r-- | net/asterisk/files/patch-main::db.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/asterisk/files/patch-main::db.c b/net/asterisk/files/patch-main::db.c deleted file mode 100644 index 0b26f3b2cca6..000000000000 --- a/net/asterisk/files/patch-main::db.c +++ /dev/null @@ -1,21 +0,0 @@ - -$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 |