From owner-cvs-src-old@FreeBSD.ORG Sun Jan 31 15:07:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5C8B10656A4 for ; Sun, 31 Jan 2010 15:07:50 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A54D8FC15 for ; Sun, 31 Jan 2010 15:07:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0VF7onu071102 for ; Sun, 31 Jan 2010 15:07:50 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0VF7oIx071101 for cvs-src-old@freebsd.org; Sun, 31 Jan 2010 15:07:50 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201001311507.o0VF7oIx071101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sun, 31 Jan 2010 15:07:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/ls ls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2010 15:07:50 -0000 jh 2010-01-31 15:07:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/ls ls.c Log: SVN rev 203291 on 2010-01-31 15:07:38Z by jh MFC r202944: Print full path in the error message. It's possible that fts(3) provides an empty fts_name and reporting the full path is more appropriate especially with the -R option. PR: bin/107515 Approved by: trasz (mentor) Revision Changes Path 1.86.2.2 +1 -1 src/bin/ls/ls.c