From owner-freebsd-standards@FreeBSD.ORG Sat Mar 20 15:40:04 2010 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 711A91065670 for ; Sat, 20 Mar 2010 15:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45C008FC1F for ; Sat, 20 Mar 2010 15:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2KFe4cg093228 for ; Sat, 20 Mar 2010 15:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2KFe4bW093216; Sat, 20 Mar 2010 15:40:04 GMT (envelope-from gnats) Date: Sat, 20 Mar 2010 15:40:04 GMT Message-Id: <201003201540.o2KFe4bW093216@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: standards/100017: [Patch] Add fuser(1) functionality to fstat(1) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2010 15:40:04 -0000 The following reply was made to PR standards/100017; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org Cc: Subject: Re: standards/100017: [Patch] Add fuser(1) functionality to fstat(1) Date: Sat, 20 Mar 2010 15:38:41 +0000 (GMT) New URL for the patch seems to be http://80386.nl/unix/freebsd/freebsd-fstat-fuser-posix.diff Note also that the libprocstat project includes an fuser command: http://www.freebsd.org/news/status/report-2009-04-2009-09.html#libprocstat(3)---process-statistics Gavin