Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/24/2003 14:57:07
Module Name:	src
Committed By:	lukem
Date:		Mon Feb 24 12:57:07 UTC 2003

Modified Files:
	src/libexec/ftpd: ftpcmd.y version.h

Log Message:
use LLT and STRTOLL() instead of off_t and strtoull() for parsing the
"larger than int" arguments from commands.  improves portability.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/libexec/ftpd/ftpcmd.y
cvs rdiff -r1.52 -r1.53 src/libexec/ftpd/version.h

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