svn commit: r337610 - head/cddl/usr.sbin/dwatch/libexec

Devin Teske dteske at FreeBSD.org
Sat Aug 11 06:13:12 UTC 2018


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 at 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 ))


More information about the svn-src-head mailing list