More cleanups.

-Erik
This commit is contained in:
Eric Andersen
2000-07-14 06:49:52 +00:00
parent b870af09ae
commit fad04fdd12
15 changed files with 69 additions and 69 deletions

4
test.c
View File

@ -372,7 +372,7 @@ filstat(nm, mode)
enum token mode;
{
struct stat s;
int i;
unsigned int i;
if (mode == FILSYM) {
#ifdef S_IFLNK
@ -535,7 +535,7 @@ char *path;
int mode;
{
struct stat st;
int euid = geteuid();
unsigned int euid = geteuid();
if (stat (path, &st) < 0)
return (-1);