K 10 svn:author V 2 jb K 8 svn:date V 27 1998-03-10T05:03:49.000000Z K 7 svn:log V 211 cksum does a 32-bit checksum, so it needs to use u_int32_t variables, not u_long. With this change, cksum stops core dumping on alpha (not a good sign!) and actually computes the same values as it does on i386. END