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 <ehrl...@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 ))
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to