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

Collapse All | Expand All

(-)hash/hash.h (-1 / +1 lines)
Lines 118-124 Link Here
118
/*
118
/*
119
 * Constants
119
 * Constants
120
 */
120
 */
121
#define	MAX_BSIZE		65536		/* 2^16 */
121
#define	MAX_BSIZE		32768		/* 2^15 but should be 65536 */
122
#define MIN_BUFFERS		6
122
#define MIN_BUFFERS		6
123
#define MINHDRSIZE		512
123
#define MINHDRSIZE		512
124
#define DEF_BUFSIZE		65536		/* 64 K */
124
#define DEF_BUFSIZE		65536		/* 64 K */

Return to bug 144446