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

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



 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


Reply to: