freebsd-dev/usr.bin/cksum
Robert Drehmel 60b588eb94 - For variables holding offset values, use off_t rather than
int, long int or u_int32_t.  This changes the interface of
   all the CRC calculation and output functions from cksum.
 - Print variables of type off_t as intmax_t using a cast and %jd.
 - Use the standardized uint32_t type instead of u_int32_t.
   To have uint32_t defined, include <stdint.h> where necessary.
Style(9):
 - Move #include directives where they belong (esp. crc32.c).
 - Add empty lines between #include directives of system headers,
   standard library headers and local headers.
 - Test a pointer value against NULL.
 - Put a space after the return keyword.

PR:		bin/48424
2003-03-13 23:32:28 +00:00
..
cksum.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
cksum.c - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
crc32.c - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
crc.c - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
extern.h - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
Makefile Remove leaf node WARNS?=2 (that mainly I added). This should 2002-02-08 22:31:43 +00:00
print.c - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
sum1.c - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
sum2.c - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00