Add two more 'static' qualifiers
This commit is contained in:
parent
b49ea837d6
commit
18ab525779
@ -340,7 +340,7 @@ rm_tree(char **argv)
|
|||||||
fts_close(fts);
|
fts_close(fts);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
rm_file(char **argv)
|
rm_file(char **argv)
|
||||||
{
|
{
|
||||||
struct stat sb;
|
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
|
* System V file system). In a logging or COW file system, you'll have to
|
||||||
* have kernel support.
|
* have kernel support.
|
||||||
*/
|
*/
|
||||||
int
|
static int
|
||||||
rm_overwrite(const char *file, struct stat *sbp)
|
rm_overwrite(const char *file, struct stat *sbp)
|
||||||
{
|
{
|
||||||
struct stat sb, sb2;
|
struct stat sb, sb2;
|
||||||
|
Loading…
Reference in New Issue
Block a user