Subject: CVS commit: src/usr.bin/patch
To: None <source-changes@netbsd.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: source-changes
Date: 05/29/2003 00:59:25
Module Name:	src
Committed By:	kristerw
Date:		Thu May 29 00:59:25 UTC 2003

Modified Files:
	src/usr.bin/patch: common.h inp.c patch.c pch.c pch.h util.c

Log Message:
Be consistent with use of types (e.g. do not use LINENUM for quantities
that are not line numbers).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/patch/common.h
cvs rdiff -r1.10 -r1.11 src/usr.bin/patch/inp.c
cvs rdiff -r1.13 -r1.14 src/usr.bin/patch/patch.c src/usr.bin/patch/util.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/patch/pch.c
cvs rdiff -r1.7 -r1.8 src/usr.bin/patch/pch.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.