Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/split
Module Name: src
Committed By: bjh21
Date: Thu Jun 26 22:49:53 UTC 2003
Modified Files:
src/usr.bin/split: split.c
Log Message:
Delint. This largely involves using size_t and off_t appropriately rather
that throwing around unsigned long long. There are a few LINTED comments
where I'm sure overflow can never occur, and with these lint gives this
a clean bill of health.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.bin/split/split.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index