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

Collapse All | Expand All

(-)b/sys/contrib/zlib/zconf.h (-1 / +5 lines)
Lines 12-17 Link Here
12
#ifdef _KERNEL
12
#ifdef _KERNEL
13
#define Z_SOLO
13
#define Z_SOLO
14
#endif
14
#endif
15
#if defined(Z_SOLO)
16
#include <sys/types.h>
17
#define Z_U8 __uint64_t
18
#define Z_U4 __uint32_t
19
#endif
15
#endif
20
#endif
16
21
17
/*
22
/*
18
- 

Return to bug 262977