not all systems have uintmax_t (OpenBSD). unsigned long is what uintmax_t
is on most systems so simply using that will work around the problem without needed #ifdef blocks, etc.
Authored by: sms00 2004-01-10
Parent: [r2163]
Child: [r2165]