diff options
Diffstat (limited to 'chown.c')
-rw-r--r-- | chown.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ #define lchown chown #endif -static long uid = -1; -static long gid = -1; +static long uid; +static long gid; static int fileAction(const char *fileName, struct stat *statbuf, void* junk) { |