diff options
Diffstat (limited to 'testing/mongodb/10-fix-poll-h.patch')
-rw-r--r-- | testing/mongodb/10-fix-poll-h.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mongodb/10-fix-poll-h.patch b/testing/mongodb/10-fix-poll-h.patch deleted file mode 100644 index 0ef14f4fed..0000000000 --- a/testing/mongodb/10-fix-poll-h.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- orig/mongodb-src-r3.0.2/src/mongo/util/net/socket_poll.h -+++ mongodb-src-r3.0.2/src/mongo/util/net/socket_poll.h -@@ -29,7 +29,7 @@ - #pragma once - - #ifndef _WIN32 --# include <sys/poll.h> -+# include <poll.h> - #else - # if defined(NTDDI_VERSION) && ( !defined(NTDDI_VISTA) || ( NTDDI_VERSION < NTDDI_VISTA ) ) - // These are only defined in winsock2.h on newer windows but we need them everywhere. |