From 18ab525779c21c1b5eb9274bce1e39f189c50a59 Mon Sep 17 00:00:00 2001 From: eadler Date: Fri, 26 Apr 2013 17:56:35 +0000 Subject: Add two more 'static' qualifiers --- bin/rm/rm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/rm') diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 660042b..976b4ee 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -340,7 +340,7 @@ err: fts_close(fts); } -void +static void rm_file(char **argv) { struct stat sb; @@ -417,7 +417,7 @@ rm_file(char **argv) * System V file system). In a logging or COW file system, you'll have to * have kernel support. */ -int +static int rm_overwrite(const char *file, struct stat *sbp) { struct stat sb, sb2; -- cgit v1.1