CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/24 08:21:10
Modified files:
bin/dd : misc.c
Log message:
When dd(1) fails because it receives an INT signal,
exit with a non-zero EXIT STATUS, as required by POSIX,
consistent with what other operating systems do, consistent
with how other OpenBSD programs behave, and making wait(2)
consistent with what happens when dd(1) dies from other signals.
Patch from <ScottCheloha at gmail dot com>.
OK florian@ tb@.
