60b588eb94
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 |
||
---|---|---|
.. | ||
cksum.1 | ||
cksum.c | ||
crc32.c | ||
crc.c | ||
extern.h | ||
Makefile | ||
print.c | ||
sum1.c | ||
sum2.c |