summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ckdist/ckdist.c
Commit message (Collapse)AuthorAgeFilesLines
* - Align the function prototype of the external `crc' function withrobert2003-03-131-5/+10
| | | | | | | | | | | | | | how `crc' is actually defined. Data type corrections: - Define variables which contain file byte offset values as type off_t as required by the `crc' function. - Change the type of a variable carrying a CRC checksum from `u_long' to `uint32_t'. - Parse the length of a file with sscanf as `intmax_t' (as there is no conversion specifier for `off_t'). Style(9): - Put an empty line between #include directives for system and user header files.
* match prototypecharnier2000-05-281-5/+5
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Put includes in alphabetical order. various cosmetics.charnier1997-09-151-10/+11
|
* ckdist - a handy utility for verifying the sanity of a distribution.jkh1997-01-211-0/+439
This will probably need to go away again someday when distributions get folded into packages and there are no more dist files to check, but knowing how long we've been waiting on THAT, this will be a welcome tool for the interim. Submitted by: Robert Nordier <rnordier@iafrica.com>
OpenPOWER on IntegriCloud