diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:31:03 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:31:03 +0000 |
commit | b27709344b5130749b4aecf7e86b2476bc3fa6d1 (patch) | |
tree | 23fa35448cde58c25cc8f040e58d31bffb0ac2a4 /net/asterisk16/files/patch-res-res_watchdog.c | |
parent | - add CONFLICTS (diff) |
- Update to 1.2.7.1 [1]
- Remove bristuff support (will be added later as a slave port)
- Update codec negotiation patch [2]
- Use pwlib and openh323 from ports [3]
- Remove FORBIDDEN now that asterisk is >= 1.2.6
Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not
synced with Digium zaptel driver.
PR: 93528, 96315
Submitted by: Andriy I Pylypenko <bamby@portaone.com> [1] [2] [3]
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=160512
Diffstat (limited to 'net/asterisk16/files/patch-res-res_watchdog.c')
-rw-r--r-- | net/asterisk16/files/patch-res-res_watchdog.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/asterisk16/files/patch-res-res_watchdog.c b/net/asterisk16/files/patch-res-res_watchdog.c deleted file mode 100644 index 8372764ed3e4..000000000000 --- a/net/asterisk16/files/patch-res-res_watchdog.c +++ /dev/null @@ -1,13 +0,0 @@ ---- res/res_watchdog.c.orig Mon Jan 23 23:55:25 2006 -+++ res/res_watchdog.c Mon Jan 23 23:55:10 2006 -@@ -37,6 +37,10 @@ - #include <asterisk/utils.h> - #include <asterisk/adsi.h> - -+#if defined(__FreeBSD__) && !defined(O_SYNC) -+#define O_SYNC O_FSYNC -+#endif -+ - static struct watchdog_pvt *watchdogs = NULL; - - STANDARD_LOCAL_USER; |