Switch primes(6) from using unsigned long to using uint64_t. This fixes
authorcperciva <cperciva@FreeBSD.org>
Sat, 27 Sep 2014 09:00:38 +0000 (09:00 +0000)
committercperciva <cperciva@FreeBSD.org>
Sat, 27 Sep 2014 09:00:38 +0000 (09:00 +0000)
commita742fc39b4772b875eb540b6934da3350e9086e2
tree8e2df76b0bdde221c9133d127b4506787e35922e
parent0d3437c89c0362a97db627be97564083305c763f
Switch primes(6) from using unsigned long to using uint64_t.  This fixes
'limited range of type' warnings about comparisons on 32-bit systems, and
allows 32-bit systems to compute the full range of primes.
games/factor/factor.6
games/primes/primes.c
games/primes/primes.h