diff options
Diffstat (limited to 'chgrp.c')
-rw-r--r-- | chgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ | |||
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | 36 | ||
37 | static long gid = -1; | 37 | static long gid; |
38 | 38 | ||
39 | static int fileAction(const char *fileName, struct stat *statbuf, void* junk) | 39 | static int fileAction(const char *fileName, struct stat *statbuf, void* junk) |
40 | { | 40 | { |