Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115994757
D44866.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
348 B
Referenced Files
None
Subscribers
None
D44866.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D44866: install: Fix a compiler warning when bootstrapping
Attached
Detach File
Event Timeline
Log In to Comment