summaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-res-res_watchdog.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-01-17 22:27:45 +0000
commite61e1d66bd617141dc294a78d82e163554034060 (patch)
tree82d56db941093217a7c6bf1b3f6b2ba800639f4c /net/asterisk16/files/patch-res-res_watchdog.c
parentUpdate to version 1.2rc2 (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=153765
Diffstat (limited to 'net/asterisk16/files/patch-res-res_watchdog.c')
-rw-r--r--net/asterisk16/files/patch-res-res_watchdog.c13
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 51e4b0ae6c71..000000000000
--- a/net/asterisk16/files/patch-res-res_watchdog.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- res/res_watchdog.c.orig Fri Jul 15 13:24:24 2005
-+++ res/res_watchdog.c Fri Jul 15 13:24:42 2005
-@@ -40,6 +40,10 @@
-
- /* Registrar for operations */
-
-+#ifndef O_SYNC
-+#define O_SYNC O_FSYNC
-+#endif
-+
- static struct watchdog_pvt *watchdogs = NULL;
-
- STANDARD_LOCAL_USER;