[Zlib-devel] #ifdef out strerror prototype for VMS
Glenn Randers-Pehrson
glennrp at comcast.net
Fri Jun 25 09:02:42 EDT 2004
There is also a problem with vsnprintf. Here is the patch (posted
at mozilla bug #248616):
diff -u -r3.7 zutil.h
--- zutil.h 24 Jun 2004 21:12:12 -0000 3.7
+++ zutil.h 25 Jun 2004 12:42:54 -0000
@@ -189,6 +189,9 @@
# define NO_vsnprintf
# endif
#endif
+#ifdef VMS
+# define NO_vsnprintf
+#endif
#ifdef HAVE_STRERROR
#ifndef VMS
More information about the Zlib-devel
mailing list