tags 636569 + upstream
quit
Hi Tom,
Tom Lear wrote:
> primes manpage assumes 32bit integers even though the binary
> supports larger integers on a 64bit system.
Indeed, the code says
/* ubig is the type that holds a large unsigned value */
typedef unsigned long ubig; /* must be >=32 bit unsigned
value */
#define BIG ULONG_MAX /* largest value will sieve */
and the documentation at [1] does not reflect that. Checking [2],
I don't see a problem report for this. Could you report this
upstream[3], ideally with some suggested improved wording?
Thanks,
Jonathan
[1]
http://cvsweb.netbsd.org/bsdweb.cgi/src/games/primes/primes.6?rev=1.3&content-type=text/x-cvsweb-markup&only_with_tag=MAIN
[2] http://www.netbsd.org/support/query-pr.html
[3] http://www.netbsd.org/support/send-pr.html
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]