View | Details | Raw Unified | Return to bug 90687
Collapse All | Expand All

(-)find/function.c (-2 lines)
Lines 453-460 Link Here
453
{
453
{
454
454
455
	ftsoptions &= ~FTS_NOSTAT;	/* no optimise */
455
	ftsoptions &= ~FTS_NOSTAT;	/* no optimise */
456
	ftsoptions |= FTS_PHYSICAL;	/* disable -follow */
457
	ftsoptions &= ~FTS_LOGICAL;	/* disable -follow */
458
	isoutput = 1;			/* possible output */
456
	isoutput = 1;			/* possible output */
459
	isdepth = 1;			/* -depth implied */
457
	isdepth = 1;			/* -depth implied */
460
458

Return to bug 90687