View | Details | Raw Unified | Return to bug 262977 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/contrib/zlib/zutil.h (+8 lines)
Lines 53-58 typedef unsigned long ulg; Link Here
53
#  endif
53
#  endif
54
#endif
54
#endif
55
55
56
#if !defined(Z_U8)
57
#ifdef __LP64__
58
#define Z_U8 unsigned long
59
#else
60
#define Z_U8 unsigned long long
61
#endif
62
#endif
63
56
extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
64
extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
57
/* (size given to avoid silly warnings with Visual C++) */
65
/* (size given to avoid silly warnings with Visual C++) */
58
66

Return to bug 262977