summaryrefslogtreecommitdiff
path: root/security/nss/lib/zlib/patches/msvc-vsnprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/zlib/patches/msvc-vsnprintf.patch')
-rw-r--r--security/nss/lib/zlib/patches/msvc-vsnprintf.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/security/nss/lib/zlib/patches/msvc-vsnprintf.patch b/security/nss/lib/zlib/patches/msvc-vsnprintf.patch
deleted file mode 100644
index 2b8d2a646..000000000
--- a/security/nss/lib/zlib/patches/msvc-vsnprintf.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- zlib-1.2.5/zutil.h 2010-04-18 12:29:24 -0700
-+++ zlib/zutil.h 2010-08-21 18:07:03 -0700
-@@ -172,17 +172,18 @@
- #endif
-
- #ifndef F_OPEN
- # define F_OPEN(name, mode) fopen((name), (mode))
- #endif
-
- /* functions */
-
--#if defined(STDC99) || (defined(__TURBOC__) && __TURBOC__ >= 0x550)
-+#if defined(STDC99) || (defined(__TURBOC__) && __TURBOC__ >= 0x550) || \
-+ (defined(_MSC_VER) && _MSC_VER >= 1500)
- # ifndef HAVE_VSNPRINTF
- # define HAVE_VSNPRINTF
- # endif
- #endif
- #if defined(__CYGWIN__)
- # ifndef HAVE_VSNPRINTF
- # define HAVE_VSNPRINTF
- # endif