|
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 |
|