From owner-cvs-all Wed Dec 18 21: 7:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F4B37B401; Wed, 18 Dec 2002 21:07:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D7343EDC; Wed, 18 Dec 2002 21:07:32 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ57WmV084567; Wed, 18 Dec 2002 21:07:32 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBJ57WVA084566; Wed, 18 Dec 2002 21:07:32 -0800 (PST) Message-Id: <200212190507.gBJ57WVA084566@repoman.freebsd.org> From: Robert Watson Date: Wed, 18 Dec 2002 21:07:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/12/18 21:07:32 PST Modified files: (Branch: RELENG_5_0) bin/ls ls.c Log: MFC ls.c:1.72: Improve handling of symlink targets when listing MAC labels: don't do the wrong thing when the symlink doesn't have a target, by considering !f_label in the construction of ch_options. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Approved by: re (jhb) Revision Changes Path 1.71.2.1 +13 -6 src/bin/ls/ls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message