From owner-cvs-src@FreeBSD.ORG Thu Mar 22 17:47:58 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB04316A409; Thu, 22 Mar 2007 17:47:58 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C404113C45D; Thu, 22 Mar 2007 17:47:58 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2MHlw5w035625; Thu, 22 Mar 2007 17:47:58 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2MHlwfY035624; Thu, 22 Mar 2007 17:47:58 GMT (envelope-from emaste) Message-Id: <200703221747.l2MHlwfY035624@repoman.freebsd.org> From: Ed Maste Date: Thu, 22 Mar 2007 17:47:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/sockstat sockstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 17:47:59 -0000 emaste 2007-03-22 17:47:58 UTC FreeBSD src repository Modified files: usr.bin/sockstat sockstat.c Log: Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may now be different. Revision Changes Path 1.16 +1 -1 src/usr.bin/sockstat/sockstat.c