diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-10-17 11:22:52 +0000 |
commit | 833e5e373d9b0cf324df571c69ad7fe349abc376 (patch) | |
tree | dbc33242b36bcccbd6fc83b4cb58335a83063330 /net/asterisk/files/patch-db.c | |
parent | e2a21e1e7649b3fd2cee9922499262b285089df8 (diff) | |
download | FreeBSD-ports-833e5e373d9b0cf324df571c69ad7fe349abc376.zip FreeBSD-ports-833e5e373d9b0cf324df571c69ad7fe349abc376.tar.gz |
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
Diffstat (limited to 'net/asterisk/files/patch-db.c')
-rw-r--r-- | net/asterisk/files/patch-db.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-db.c b/net/asterisk/files/patch-db.c new file mode 100644 index 0000000..ebe8fede --- /dev/null +++ b/net/asterisk/files/patch-db.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- db.c.orig Wed Aug 13 18:25:16 2003 ++++ db.c Fri Oct 17 11:27:30 2003 +@@ -32,7 +32,7 @@ + #include <asterisk/options.h> + #include <asterisk/astdb.h> + #include <asterisk/cli.h> +-#include "db1-ast/include/db.h" ++#include <db.h> + #include "asterisk.h" + #include "astconf.h" + |