Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168679575
D3147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D3147.diff
View Options
Index: head/sbin/mount_nfs/mount_nfs.c
===================================================================
--- head/sbin/mount_nfs/mount_nfs.c
+++ head/sbin/mount_nfs/mount_nfs.c
@@ -476,7 +476,8 @@
build_iovec(&iov, &iovlen, "errmsg", errmsg, sizeof(errmsg));
if (nmount(iov, iovlen, 0))
- err(1, "%s, %s", mntpath, errmsg);
+ err(1, "nmount: %s%s%s", mntpath, errmsg[0] ? ", " : "",
+ errmsg);
exit(0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 30, 2:26 PM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37604031
Default Alt Text
D3147.diff (425 B)
Attached To
Mode
D3147: mount_nfs: Be more clear on nmount(2) error with errmsg unset
Attached
Detach File
Event Timeline
Log In to Comment