aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cksum.c
AgeCommit message (Collapse)Author
2006-05-28Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley
on 64 bit platforms), and move #include <inttypes.h> to libbb.h.
2006-04-18New applet cksum, from Rob Sullivan.Rob Landley