diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/asterisk/files/patch-main__db.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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"> |