diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-12 20:27:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-12 20:27:45 +0000 |
commit | 78df00cae061a452e548dc2cd12df5f070833b93 (patch) | |
tree | ff667776e717849f6ebc6b2dd0e50d2f40bfbaaa /src | |
parent | 745cee714a4c643f2464a9446d9c93186069f559 (diff) | |
download | coreutils-78df00cae061a452e548dc2cd12df5f070833b93.tar.xz |
(remove_cwd_entries): Declare to be static.
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c index 995e93185..292282199 100644 --- a/src/remove.c +++ b/src/remove.c @@ -425,7 +425,7 @@ same_file (const char *file_1, const char *file_2) /* Recursively remove all of the entries in the current directory. Return an indication of the success of the operation. */ -enum RM_status +static enum RM_status remove_cwd_entries (const struct rm_options *x) { /* NOTE: this is static. */ |