Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 06:13:11 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337610 - head/cddl/usr.sbin/dwatch/libexec
Message-ID:  <201808110613.w7B6DBgK099338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Sat Aug 11 06:13:11 2018
New Revision: 337610
URL: https://svnweb.freebsd.org/changeset/base/337610

Log:
  dwatch(1): Fix syntax error in vop_readdir profile
  
  Reported by:	Arne Ehrlich <ehrlich@consider-it.de>
  MFC after:	3 days
  X-MFC-to:	stable/11
  Sponsored by:	Smule, Inc.

Modified:
  head/cddl/usr.sbin/dwatch/libexec/vop_readdir

Modified: head/cddl/usr.sbin/dwatch/libexec/vop_readdir
==============================================================================
--- head/cddl/usr.sbin/dwatch/libexec/vop_readdir	Sat Aug 11 04:55:47 2018	(r337609)
+++ head/cddl/usr.sbin/dwatch/libexec/vop_readdir	Sat Aug 11 06:13:11 2018	(r337610)
@@ -163,6 +163,7 @@ $PROBE /this->fi_mount != 0/ /* probe ID $(( $ID + $MA
 	this->path = strjoin(this->path, strjoin(this->name =
 		(this->d_name != 0 ? this->d_name : ""),
 		this->name != "" ? "/" : ""));
+}
 EOF
 ACTIONS=$( cat <&9 )
 ID=$(( $ID + $MAX_DEPTH + 5 ))



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