diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-26 08:24:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-13 23:41:21 +0100 |
commit | a1f80a4d9630f82f608ed5084f1b5c4b31c0aafb (patch) | |
tree | 4968231d7c0dccc6c0edccdba0af921d9e09cc85 /net-libs/libmicrohttpd/files | |
parent | media-plugins/gkrellmpc: remove unused patch (diff) | |
download | gentoo-a1f80a4d9630f82f608ed5084f1b5c4b31c0aafb.tar.gz gentoo-a1f80a4d9630f82f608ed5084f1b5c4b31c0aafb.tar.bz2 gentoo-a1f80a4d9630f82f608ed5084f1b5c4b31c0aafb.zip |
net-libs/libmicrohttpd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6638
Diffstat (limited to 'net-libs/libmicrohttpd/files')
-rw-r--r-- | net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch b/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch deleted file mode 100644 index ff27c26e3e6d..000000000000 --- a/net-libs/libmicrohttpd/files/libmicrohttpd-0.9.53-fix-build-without-epoll.patch +++ /dev/null @@ -1,21 +0,0 @@ -commit 01df8861c19a203cea9ef26570893c2b9c0e48b2 -Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> -Date: Wed Apr 12 21:11:28 2017 +0300 - - Fixed GNU/Linux builds without epoll - -diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c -index 49a1b82..02713e3 100644 ---- a/src/microhttpd/daemon.c -+++ b/src/microhttpd/daemon.c -@@ -2251,8 +2251,10 @@ send_param_adapter (struct MHD_Connection *connection, - if (0 < ret) - { - /* write successful */ -+#ifdef EPOLL_SUPPORT - if (left > (uint64_t)ret) - connection->epoll_state &= ~MHD_EPOLL_STATE_WRITE_READY; -+#endif /* EPOLL_SUPPORT */ - return ret; - } - err = MHD_socket_get_error_(); |