Fix VMS build bustage.
git-svn-id: svn://10.0.0.236/trunk@158433 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -10,3 +10,6 @@ Mozilla.org changes:
|
||||
|
||||
- 17 June 2004
|
||||
Turn off ZLIB_DLL to fix static build bustage
|
||||
|
||||
- 24 June 2004
|
||||
do not prototype strerror for VMS in zutil.h
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
subject to change. Applications should only use zlib.h.
|
||||
*/
|
||||
|
||||
/* @(#) $Id: zutil.h,v 3.6 2004-06-17 14:33:24 tor%cs.brown.edu Exp $ */
|
||||
/* @(#) $Id: zutil.h,v 3.7 2004-06-24 21:12:12 tor%cs.brown.edu Exp $ */
|
||||
|
||||
#ifndef ZUTIL_H
|
||||
#define ZUTIL_H
|
||||
@@ -191,7 +191,9 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRERROR
|
||||
#ifndef VMS
|
||||
extern char *strerror OF((int));
|
||||
#endif
|
||||
# define zstrerror(errnum) strerror(errnum)
|
||||
#else
|
||||
# define zstrerror(errnum) ""
|
||||
|
||||
Reference in New Issue
Block a user