From owner-cvs-src@FreeBSD.ORG Mon May 19 18:21:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD35106566B; Mon, 19 May 2008 18:21:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50AC38FC19; Mon, 19 May 2008 18:21:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4JILDpU097056; Mon, 19 May 2008 18:21:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4JILD2J097055; Mon, 19 May 2008 18:21:13 GMT (envelope-from jhb) Message-Id: <200805191821.m4JILD2J097055@repoman.freebsd.org> From: John Baldwin Date: Mon, 19 May 2008 18:21:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/usr.bin/fstat fstat.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: Mon, 19 May 2008 18:21:13 -0000 jhb 2008-05-19 18:21:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/fstat fstat.c Log: MFC: Only output details about the current working directory of a process if the vnode pointer is not NULL. Revision Changes Path 1.64.2.1 +2 -1 src/usr.bin/fstat/fstat.c