From 14f5c8d764ab7429367feb407ab86191054e6a8a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 16 Apr 2005 19:39:00 +0000 Subject: Patch from Bernhard Fischer to make a bunch of symbols static which were otherwise cluttering the global namespace. --- findutils/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils') diff --git a/findutils/find.c b/findutils/find.c index 11a838e9f..abbd82b3a 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 -- cgit v1.2.3