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

Devin Teske dteske at FreeBSD.org
Sun Apr 22 02:40:22 UTC 2018


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 )) */


More information about the svn-src-all mailing list