From a86740d743de969471c628c71c75d6d6678ca12c Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 21 Apr 2017 14:15:59 +0000 Subject: community/mongodb: moved from testing --- testing/mongodb/fix-log.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 testing/mongodb/fix-log.patch (limited to 'testing/mongodb/fix-log.patch') diff --git a/testing/mongodb/fix-log.patch b/testing/mongodb/fix-log.patch deleted file mode 100644 index e7bc8bef5d..0000000000 --- a/testing/mongodb/fix-log.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/mongo/util/log.cpp -+++ b/src/mongo/util/log.cpp -@@ -101,9 +101,7 @@ - char buf[kBuflen]; - char* msg{nullptr}; - --#if defined(__GNUC__) && defined(_GNU_SOURCE) -- msg = strerror_r(errNumber, buf, kBuflen); --#elif defined(_WIN32) -+#if defined(_WIN32) - - LPWSTR errorText = nullptr; - FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER | -- cgit v1.2.3