summaryrefslogtreecommitdiffstats
path: root/share/dtrace
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2015-03-08 02:47:38 +0000
committergnn <gnn@FreeBSD.org>2015-03-08 02:47:38 +0000
commit2b04106470b21671eb2b10d7aaef31920022555b (patch)
tree5931a1dda0823887ece8b729affc165afd65246c /share/dtrace
parentc539cecb434728036e31d5ffd84c66d3a5968223 (diff)
downloadFreeBSD-src-2b04106470b21671eb2b10d7aaef31920022555b.zip
FreeBSD-src-2b04106470b21671eb2b10d7aaef31920022555b.tar.gz
Summary: Remove the pid printing which does not currently work.
Diffstat (limited to 'share/dtrace')
-rwxr-xr-xshare/dtrace/tcpstate2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/dtrace/tcpstate b/share/dtrace/tcpstate
index 0af68ae..4528bd7 100755
--- a/share/dtrace/tcpstate
+++ b/share/dtrace/tcpstate
@@ -41,6 +41,6 @@ tcp:kernel::state-change
{
newstate = args[3]->tcps_state;
oldstate = args[5]->tcps_state;
- printf("%d %s\t\t%s\n", args[1]->pid, tcp_state_string[oldstate],
+ printf("%s\t\t%s\n", tcp_state_string[oldstate],
tcp_state_string[newstate]);
}
OpenPOWER on IntegriCloud