search for: zstrerror

Displaying 1 result from an estimated 1 matches for "zstrerror".

Did you mean: strerror
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...if _MSC_VER >= 600 # define fdopen(fd,type) _fdopen(fd,type) #endif +#endif /* Common defaults */ @@ -155,7 +162,11 @@ /* functions */ #ifdef HAVE_STRERROR +#ifdef __VMS + /* defined in string.h */ +#else extern char *strerror OF((int)); +#endif # define zstrerror(errnum) strerror(errnum) #else # define zstrerror(errnum) ""