Subject: CVS commit: src/usr.bin/split
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/26/2003 22:49:53
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.