Page MenuHomeFreeBSD

D44866.diff
No OneTemporary

D44866.diff

diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -1250,7 +1250,9 @@
errno = serrno;
err(EX_OSERR, "%s", from_name);
}
+#ifndef BOOTSTRAP_XINSTALL
done:
+#endif
if (safecopy && fsync(to_fd) == -1) {
serrno = errno;
(void)unlink(to_name);

File Metadata

Mime Type
text/plain
Expires
Fri, May 2, 8:30 AM (12 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17902399
Default Alt Text
D44866.diff (348 B)

Event Timeline