diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 11a838e..abbd82b 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -59,7 +59,7 @@ static int xdev_count = 0; #endif #ifdef CONFIG_FEATURE_FIND_NEWER -time_t newer_mtime; +static time_t newer_mtime; #endif #ifdef CONFIG_FEATURE_FIND_INUM |