Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2018 02:40:21 +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: r332867 - head/cddl/usr.sbin/dwatch/libexec
Message-ID:  <201804220240.w3M2eLEr037378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Sun Apr 22 02:40:21 2018
New Revision: 332867
URL: https://svnweb.freebsd.org/changeset/base/332867

Log:
  dwatch(1): Remove the line used to demonstrate `-dev' option
  
  In recently added sendrecv profile, there was a line purposefully
  added to introduce a compilation error in which `-dev' is used to
  debug the entry. Removing the entry.
  
  Sponsored by:	Smule, Inc.

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

Modified: head/cddl/usr.sbin/dwatch/libexec/sendrecv
==============================================================================
--- head/cddl/usr.sbin/dwatch/libexec/sendrecv	Sun Apr 22 02:36:06 2018	(r332866)
+++ head/cddl/usr.sbin/dwatch/libexec/sendrecv	Sun Apr 22 02:40:21 2018	(r332867)
@@ -154,7 +154,6 @@ syscall::recvfrom:entry /* probe ID $(( $ID + 1 )) */
 		(struct sockaddr *)alloca(sizeof(struct sockaddr)) :
 		(struct sockaddr *)copyin(arg4, sizeof(struct sockaddr));
 	this->sainfo = xlate <sainfo_t> ((struct sockaddr *)this->sa);
-	printf("missing closing paren\n";
 }
 
 syscall::recvfrom:return /* probe ID $(( $ID + 2 )) */



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