summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-include_asterisk_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/asterisk/patches/patch-include_asterisk_compat.h')
-rw-r--r--comms/asterisk/patches/patch-include_asterisk_compat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/asterisk/patches/patch-include_asterisk_compat.h b/comms/asterisk/patches/patch-include_asterisk_compat.h
deleted file mode 100644
index 72330224bab..00000000000
--- a/comms/asterisk/patches/patch-include_asterisk_compat.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-include_asterisk_compat.h,v 1.1 2015/10/27 08:49:01 jnemeth Exp $
-
---- include/asterisk/compat.h.orig 2015-10-09 22:23:39.000000000 +0000
-+++ include/asterisk/compat.h
-@@ -68,7 +68,7 @@
- #endif
-
- #ifndef AST_POLL_COMPAT
--#include <sys/poll.h>
-+#include <poll.h>
- #else
- #include "asterisk/poll-compat.h"
- #endif