NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/43751: ls -L returns wrong exit code
The following reply was made to PR bin/43751; it has been noted by GNATS.
From: "Valeriy E. Ushakov" <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/43751: ls -L returns wrong exit code
Date: Fri, 13 Aug 2010 22:22:49 +0400
On Fri, Aug 13, 2010 at 10:12:11 -0700, john heasley wrote:
> -static void display(FTSENT *, FTSENT *);
> +static void display(FTSENT *, FTSENT *, int);
Instead of passing options around, just introduce a global variable
for the -L flag.
Might be a good time to add -H support too.
-uwe
Home |
Main Index |
Thread Index |
Old Index