Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/09/2005 23:17:27
Module Name:	src
Committed By:	christos
Date:		Wed Feb  9 23:17:27 UTC 2005

Modified Files:
	src/usr.bin/ftp: cmds.c extern.h

Log Message:
Factor out common string processing code eliminating static buffers,
making functions that should be static be static, and cleaning up
const usage. Added a guard against buffer overflow, but the domap function
is a bit too complicated for me to tackle right now. I will leave it
to the author; hi luke!


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.63 -r1.64 src/usr.bin/ftp/extern.h

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