Subject: CVS commit: [netbsd-1-6] basesrc/bin/rcp
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/23/2002 01:03:33
Module Name:	basesrc
Committed By:	tron
Date:		Fri Nov 22 23:03:33 UTC 2002

Modified Files:
	basesrc/bin/rcp [netbsd-1-6]: rcp.c

Log Message:
Pull up revision 1.30 (requested by ragge in ticket #1008):
It's a very bad habit to store file sizes in int's, so change it to off_t
instead. Obviously noone has tried to rcp files larger than 2GB.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.28.2.1 basesrc/bin/rcp/rcp.c

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