aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yadifa/poll-h.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2014-10-22 13:07:17 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2014-10-22 13:07:25 +0000
commita97b99feceb836178d0a333f94699c94bcce1549 (patch)
tree289f1aebb821dcfdfd47e2e211eed9bfd6fa2756 /testing/yadifa/poll-h.patch
parent0072d1d51e0b6f7368da3b198d6ebdab29b94461 (diff)
downloadaports-a97b99feceb836178d0a333f94699c94bcce1549.tar.bz2
aports-a97b99feceb836178d0a333f94699c94bcce1549.tar.xz
testing/yadifa: feature #3443
Diffstat (limited to 'testing/yadifa/poll-h.patch')
-rw-r--r--testing/yadifa/poll-h.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/yadifa/poll-h.patch b/testing/yadifa/poll-h.patch
new file mode 100644
index 000000000..2477708b9
--- /dev/null
+++ b/testing/yadifa/poll-h.patch
@@ -0,0 +1,17 @@
+diff --git a/sbin/yadifad/poll-util.h b/sbin/yadifad/poll-util.h
+index ef9a004..41d4d0c 100644
+--- a/sbin/yadifad/poll-util.h
++++ b/sbin/yadifad/poll-util.h
+@@ -38,11 +38,10 @@
+ *
+ ******************************************************************************************************************/
+
++#include <poll.h>
+ #ifndef _POLL_H
+ #define _POLL_H
+
+-#include <poll.h>
+-
+ /**
+ * This code maintains the limit on the tcp sockets
+ * @todo Portability has to be tested.