aboutsummaryrefslogtreecommitdiff
path: root/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'chgrp.c')
-rw-r--r--chgrp.c2
1 files changed, 1 insertions, 1 deletions
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)
{