View | Details | Raw Unified | Return to bug 229616 | Differences between
and this patch

Collapse All | Expand All

(-)dd.c (-1 / +2 lines)
Lines 124-130 Link Here
124
	 * descriptor explicitly so that the summary handler (called
124
	 * descriptor explicitly so that the summary handler (called
125
	 * from an atexit() hook) includes this work.
125
	 * from an atexit() hook) includes this work.
126
	 */
126
	 */
127
	close(out.fd);
127
	if (close(out.fd))
128
		err(1, "close");
128
	exit(0);
129
	exit(0);
129
}
130
}
130
131

Return to bug 229616