Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/09/1999 05:48:13
Module Name:	basesrc
Committed By:	lukem
Date:		Sat Oct  9 12:48:13 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: extern.h ftp.c

Log Message:
allow a second SIGINT during the "xfer aborted. waiting for remote to finish abort."
stage. if this occurs, just call lostpeer() to close the connection.  whilst this
might be considered brutal, it's also extremely handy if you're impatient or there's
lossage at the remote end.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.81 -r1.82 basesrc/usr.bin/ftp/ftp.c

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