From 144b82c6c22abaa2a3247dc33b286662a7aa90d9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Nov 1992 03:30:09 +0000 Subject: Give most file-scope variables the static attribute. --- src/chmod.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/chmod.c') diff --git a/src/chmod.c b/src/chmod.c index 1d44c38f7..efdc08cd1 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -45,16 +45,16 @@ void usage (); char *program_name; /* If nonzero, change the modes of directories recursively. */ -int recurse; +static int recurse; /* If nonzero, force silence (no error messages). */ -int force_silent; +static int force_silent; /* If nonzero, describe the modes we set. */ -int verbose; +static int verbose; /* If nonzero, describe only modes that change. */ -int changes_only; +static int changes_only; /* Parse the ASCII mode given on the command line into a linked list of `struct mode_change' and apply that to each file argument. */ -- cgit v1.2.3-70-g09d2