default:
if (wait(&status) == -1 || status) {
(void)unlink(to_name);
exit(EX_SOFTWARE);
err(EX_SOFTWARE, "wait");
/* NOTREACHED */
}