[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [busybox/utility.c:recursiveAction] ? - followLinks, stat, lstat



karlheg@bittersweet.inetarena.com (Karl M. Hegbloom) writes:

>  Tell me if I'm wrong... but:
> 
> 8<------------------------------------------------------------>8
>     if (followLinks == TRUE)
> 	status = stat (fileName, &statbuf);
>     else
> 	status = lstat (fileName, &statbuf);
> 
> /* ####? -karlheg     status = lstat (fileName, &statbuf); */
> 8<------------------------------------------------------------>8
> 

I can't really tell what you're asking.. can't your thoughts be
expressed as a proper diff ?

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>


Reply to: