diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-23 07:10:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-23 07:10:33 +0000 |
commit | d9a08d67caee43455e4ffca3db6349c50b234690 (patch) | |
tree | 1944d2e729feb06aba74945737f7c83379ecbbfd /community/yadifa/poll-h.patch | |
parent | 1d31e92ddaeed64b748cb43860b41e4a7016b0f8 (diff) | |
download | aports-d9a08d67caee43455e4ffca3db6349c50b234690.tar.bz2 aports-d9a08d67caee43455e4ffca3db6349c50b234690.tar.xz |
community/yadifa: moved from testing
Diffstat (limited to 'community/yadifa/poll-h.patch')
-rw-r--r-- | community/yadifa/poll-h.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/yadifa/poll-h.patch b/community/yadifa/poll-h.patch new file mode 100644 index 0000000000..2477708b90 --- /dev/null +++ b/community/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. |