commit | fad04fdd12604a46eff62875343515c33e1863c6 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Jul 14 06:49:52 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Jul 14 06:49:52 2000 +0000 |
tree | 7b840eb074878c454141ce76ba7328f4a8621f1b | |
parent | b870af09ae1892ab84dd089529675cc2df533e71 [diff] [blame] |
More cleanups. -Erik
diff --git a/coreutils/test.c b/coreutils/test.c index d7b34a6..175cb5d 100644 --- a/coreutils/test.c +++ b/coreutils/test.c
@@ -372,7 +372,7 @@ enum token mode; { struct stat s; - int i; + unsigned int i; if (mode == FILSYM) { #ifdef S_IFLNK @@ -535,7 +535,7 @@ int mode; { struct stat st; - int euid = geteuid(); + unsigned int euid = geteuid(); if (stat (path, &st) < 0) return (-1);