summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'comms/asterisk/patches/patch-al')
-rw-r--r--comms/asterisk/patches/patch-al22
1 files changed, 0 insertions, 22 deletions
diff --git a/comms/asterisk/patches/patch-al b/comms/asterisk/patches/patch-al
deleted file mode 100644
index 213efa77908..00000000000
--- a/comms/asterisk/patches/patch-al
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-al,v 1.2 2006/01/13 20:32:38 riz Exp $
-
---- pbx/pbx_dundi.c.orig 2006-01-13 00:45:18.000000000 +0000
-+++ pbx/pbx_dundi.c
-@@ -30,7 +30,7 @@
- #include <sys/socket.h>
- #include <string.h>
- #include <errno.h>
--#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(SOLARIS) || defined(__Darwin__)
-+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(SOLARIS) || defined(__Darwin__) || defined(__DragonFly__)
- #include <sys/types.h>
- #include <netinet/in_systm.h>
- #endif
-@@ -38,7 +38,7 @@
- #include <sys/ioctl.h>
- #include <netinet/in.h>
- #include <net/if.h>
--#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__)
-+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__) || defined(__DragonFly__)
- #include <net/if_dl.h>
- #include <ifaddrs.h>
- #endif