aboutsummaryrefslogtreecommitdiff
path: root/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'chown.c')
-rw-r--r--chown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chown.c b/chown.c
index 9ff287251..011403378 100644
--- a/chown.c
+++ b/chown.c
@@ -33,8 +33,8 @@
33#define lchown chown 33#define lchown chown
34#endif 34#endif
35 35
36static long uid = -1; 36static long uid;
37static long gid = -1; 37static long gid;
38 38
39static int fileAction(const char *fileName, struct stat *statbuf, void* junk) 39static int fileAction(const char *fileName, struct stat *statbuf, void* junk)
40{ 40{