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.
This commit is contained in:
Devin Teske 2018-04-22 02:40:21 +00:00
parent f3cf700b57
commit 4e16c227ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332867

View File

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