From c6030c6511c69b69a216c893957b01bfc264d365 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 19 Mar 1995 13:29:28 +0000 Subject: You will find enclosed some changes to make gcc -Wall more happy in /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) --- bin/chmod/chmod.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/chmod') diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 1e3dab0..c02994d 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chmod.c,v 1.2 1994/09/24 02:53:37 davidg Exp $ + * $Id: chmod.c,v 1.3 1995/02/03 22:21:09 bde Exp $ */ #ifndef lint @@ -70,6 +70,8 @@ main(argc, argv) int Hflag, Lflag, Pflag, Rflag, ch, fflag, fts_options, hflag, rval; char *ep, *mode; + set = NULL; + omode = 0; Hflag = Lflag = Pflag = Rflag = fflag = hflag = 0; while ((ch = getopt(argc, argv, "HLPRXfgorstuwx")) != EOF) switch (ch) { -- cgit v1.1