Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 16:56:19 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376126 - head/comms/owfs/files
Message-ID:  <201501031656.t03GuJO2046512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com
  Approved by:	johan@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501031656.t03GuJO2046512>