K 10 svn:author V 2 dd K 8 svn:date V 27 2001-06-25T06:17:02.000000Z K 7 svn:log V 360 Previous commit broke dd(1)'s I/O summary when it's terminated by a signal. Fix it by adding an explicit call to summary() in terminate() (it was previously called implicitly by exit() because summary() was registered with atexit()). summary() is supposed to be signal-safe-- it handles SIGINFO almost exclusively--so this should be safe. Submitted by: bde END