Subject: CVS commit: src/bin/dd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/03/2007 05:25:25
Module Name:	src
Committed By:	lukem
Date:		Tue Jul  3 05:25:25 UTC 2007

Modified Files:
	src/bin/dd: misc.c

Log Message:
In the SIGINT handler, explicitly display a summary and then raise the
default SIGINT handler to exit, rather than exit(0) and relying upon the
atexit() to display the summary.
Per SUS6.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/bin/dd/misc.c

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