diff options
author | Devin Teske <dteske@FreeBSD.org> | 2018-04-22 02:40:21 +0000 |
---|---|---|
committer | Devin Teske <dteske@FreeBSD.org> | 2018-04-22 02:40:21 +0000 |
commit | 4e16c227ac2bbb9f411e50436000f567ad4d6008 (patch) | |
tree | c207c8da88c5821b4170774c5e6d056c9f2b78db /cddl/usr.sbin | |
parent | f3cf700b5741d449cd81a7a04746498884f3feb4 (diff) | |
download | src-4e16c227ac2bbb9f411e50436000f567ad4d6008.tar.gz src-4e16c227ac2bbb9f411e50436000f567ad4d6008.zip |
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.
Notes
Notes:
svn path=/head/; revision=332867
Diffstat (limited to 'cddl/usr.sbin')
-rw-r--r-- | cddl/usr.sbin/dwatch/libexec/sendrecv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cddl/usr.sbin/dwatch/libexec/sendrecv b/cddl/usr.sbin/dwatch/libexec/sendrecv index 9807c5bebf64..e2c4aa0feb78 100644 --- a/cddl/usr.sbin/dwatch/libexec/sendrecv +++ b/cddl/usr.sbin/dwatch/libexec/sendrecv @@ -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 )) */ |