Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/21/2004 00:09:15
Module Name:	src
Committed By:	lukem
Date:		Wed Jul 21 00:09:15 UTC 2004

Modified Files:
	src/usr.bin/ftp: fetch.c ftp_var.h main.c version.h

Log Message:
Slightly rework SIGINT handling; if we're exiting the auto-fetch stuff
and sigint_raised is non-zero, reset the handler for SIGINT to SIG_DFL
and raise(SIGINT) so that the appropriate wait(3) status is setup.
Based on solution proposed by Ognyan Kulev.
This should really fix PR [pkg/26351].


To generate a diff of this commit:
cvs rdiff -r1.150 -r1.151 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.67 -r1.68 src/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.89 -r1.90 src/usr.bin/ftp/main.c
cvs rdiff -r1.39 -r1.40 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.