Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/31/2006 20:01:24
Module Name:	src
Committed By:	christos
Date:		Tue Jan 31 20:01:24 UTC 2006

Modified Files:
	src/usr.bin/ftp: cmds.c complete.c extern.h fetch.c ftp.c main.c
	    ruserpass.c util.c

Log Message:
Rename xfoo() to ftp_foo() to avoid collisions with libssh. Don't ask.


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.40 -r1.41 src/usr.bin/ftp/complete.c
cvs rdiff -r1.69 -r1.70 src/usr.bin/ftp/extern.h
cvs rdiff -r1.165 -r1.166 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.135 -r1.136 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.99 -r1.100 src/usr.bin/ftp/main.c
cvs rdiff -r1.30 -r1.31 src/usr.bin/ftp/ruserpass.c
cvs rdiff -r1.131 -r1.132 src/usr.bin/ftp/util.c

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