svn commit: r376126 - head/comms/owfs/files

Thomas Zander riggs at FreeBSD.org
Sat Jan 3 16:56:19 UTC 2015


Author: riggs
Date: Sat Jan  3 16:56:18 2015
New Revision: 376126
URL: https://svnweb.freebsd.org/changeset/ports/376126
QAT: https://qat.redports.org/buildarchive/r376126/

Log:
  Fix build with non-default OPTION owfs
  
  PR:		196421
  Submitted by:	osidorkin at gmail.com
  Approved by:	johan at stromnet.se (maintainer)
  MFH:		2015Q1

Added:
  head/comms/owfs/files/
  head/comms/owfs/files/patch-module_owfs_src_c_owfs.c   (contents, props changed)

Added: head/comms/owfs/files/patch-module_owfs_src_c_owfs.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/owfs/files/patch-module_owfs_src_c_owfs.c	Sat Jan  3 16:56:18 2015	(r376126)
@@ -0,0 +1,11 @@
+--- 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);


More information about the svn-ports-head mailing list