freebsd-ports/net/udt/files/patch-warning
Mikhail Teterin 1c2801d724 Upgrade from 4.10 to 4.11. Most of my patches have been incorporated by
the upstream.

Use -lmd instead of OpenSSL for MD5.
2013-02-27 00:23:38 +00:00

13 lines
405 B
Text

--- src/epoll.cpp 2011-12-26 12:09:11.000000000 -0500
+++ src/epoll.cpp 2012-01-27 11:56:49.000000000 -0500
@@ -108,5 +108,9 @@
}
-int CEPoll::add_ssock(const int eid, const SYSSOCKET& s, const int* events)
+int CEPoll::add_ssock(const int eid, const SYSSOCKET& s, const int*
+#ifdef LINUX
+events /* XXX Only on Linux are we using this parameter currently */
+#endif
+)
{
CGuard pg(m_EPollLock);