diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/find.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 50c790161..634fbd189 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -374,7 +374,10 @@ ACTF(context) | |||
374 | #endif | 374 | #endif |
375 | 375 | ||
376 | 376 | ||
377 | static int fileAction(const char *fileName, struct stat *statbuf, void *userData, int depth) | 377 | static int fileAction(const char *fileName, |
378 | struct stat *statbuf, | ||
379 | void *userData SKIP_FEATURE_FIND_MAXDEPTH(ATTRIBUTE_UNUSED), | ||
380 | int depth SKIP_FEATURE_FIND_MAXDEPTH(ATTRIBUTE_UNUSED)) | ||
378 | { | 381 | { |
379 | int i; | 382 | int i; |
380 | #if ENABLE_FEATURE_FIND_MAXDEPTH | 383 | #if ENABLE_FEATURE_FIND_MAXDEPTH |