diff options
Diffstat (limited to 'chown.c')
-rw-r--r-- | chown.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ | |||
33 | #define lchown chown | 33 | #define lchown chown |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | static long uid = -1; | 36 | static long uid; |
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 | { |