Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/18/2007 01:39:04
Module Name:	src
Committed By:	lukem
Date:		Wed Apr 18 01:39:04 UTC 2007

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

Log Message:
Clean up use of confirm() and mbort() so that the current operation
is always passed in (instead of depending upon the 'mname' global).
For confirm(), if the second argument is NULL print the "Continue with <cmd>"
prompt.  This fixes up the the display of interrupted prompts.


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.70 -r1.71 src/usr.bin/ftp/extern.h
cvs rdiff -r1.62 -r1.63 src/usr.bin/ftp/version.h

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