diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-04-09 01:19:25 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-04-09 01:19:25 +0000 |
| commit | 17792ebcb774d4f038a36b3944f5bf0583a46881 (patch) | |
| tree | dc17487fbf30b3157a57a3652f59979b88ddfa54 /sys/kern/kern_subr.c | |
| parent | d71c8ca1ab4174ed88c68db53b11f59b2db9e75a (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_subr.c')
| -rw-r--r-- | sys/kern/kern_subr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index c1912394176f..857ffe21b66d 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_subr.c 8.3 (Berkeley) 1/21/94 - * $Id: kern_subr.c,v 1.4 1995/02/12 09:11:47 davidg Exp $ + * $Id: kern_subr.c,v 1.5 1995/04/04 02:01:12 davidg Exp $ */ #include <sys/param.h> @@ -216,9 +216,9 @@ hashinit(elements, type, hashmask) return (hashtbl); } -#define NPRIMES 24 -static int primes[] = { 61, 127, 251, 509, 761, 1021, 1531, 2039, 2557, - 3067, 3583, 4093, 4603, 5119, 5623, 6143, 6653, +#define NPRIMES 27 +static int primes[] = { 1, 13, 31, 61, 127, 251, 509, 761, 1021, 1531, 2039, + 2557, 3067, 3583, 4093, 4603, 5119, 5623, 6143, 6653, 7159, 7673, 8191, 12281, 16381, 24571, 32749 }; /* |
