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

Collapse All | Expand All

(-)b/sys/contrib/zlib/zutil.h (+4 lines)
Lines 29-34 Link Here
29
#  include <stdlib.h>
29
#  include <stdlib.h>
30
#endif
30
#endif
31
31
32
#if defined(__FreeBSD__) && defined(Z_SOLO) && !defined(STDC)
33
#  define Z_U8 __uint64_t
34
#endif
35
32
#ifndef local
36
#ifndef local
33
#  define local static
37
#  define local static
34
#endif
38
#endif

Return to bug 262977