Page MenuHomeFreeBSD

D21376.id.diff
No OneTemporary

D21376.id.diff

Index: head/bin/dd/dd.c
===================================================================
--- head/bin/dd/dd.c
+++ head/bin/dd/dd.c
@@ -124,7 +124,8 @@
* descriptor explicitly so that the summary handler (called
* from an atexit() hook) includes this work.
*/
- close(out.fd);
+ if (close(out.fd) == -1 && errno != EINTR)
+ err(1, "close");
exit(0);
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 30, 8:18 AM (6 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34422778
Default Alt Text
D21376.id.diff (369 B)

Event Timeline