FreeBSD Bugzilla – Attachment 151193 Details for
Bug 196421
comms/owfs fails to build with owfs option set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
change non-existent umount call to unmount
patch-module_owfs_src_c_owfs.c (text/plain), 413 bytes, created by
Oleg Sidorkin
on 2015-01-01 17:33:39 UTC
(
hide
)
Description:
change non-existent umount call to unmount
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2015-01-01 17:33:39 UTC
Size:
413 bytes
patch
obsolete
>--- module/owfs/src/c/owfs.c.orig 2014-10-11 03:23:18.000000000 +0400 >+++ module/owfs/src/c/owfs.c 2014-12-30 19:53:53.000000000 +0300 >@@ -129,7 +129,7 @@ > > // Unmount just in case > // No checks -- can fail without consequences >- umount( Outbound_Control.head->name ) ; >+ unmount( Outbound_Control.head->name, 0) ; > > Fuse_parse(fuse_mnt_opt, &fuse_options); > LEVEL_DEBUG("fuse_mnt_opt=[%s]", fuse_mnt_opt);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196421
: 151193