From 65504ac12cdc4eff0a98fd50fff1a019fbb77f1b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 30 Apr 2001 18:07:24 +0000 Subject: These do not need initial values. Let them live in the bss. -Erik --- chgrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chgrp.c') diff --git a/chgrp.c b/chgrp.c index ec1a0370c..fbc1036a8 100644 --- a/chgrp.c +++ b/chgrp.c @@ -34,7 +34,7 @@ #endif -static long gid = -1; +static long gid; static int fileAction(const char *fileName, struct stat *statbuf, void* junk) { -- cgit v1.2.3