diff options
Diffstat (limited to 'coreutils/chown.c')
-rw-r--r-- | coreutils/chown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c index 9ff2872..0114033 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -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) { |