diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 3c725a245..270ca21a9 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -412,7 +412,7 @@ static int test_eaccess(char *path, int mode) | |||
412 | static int filstat(char *nm, enum token mode) | 412 | static int filstat(char *nm, enum token mode) |
413 | { | 413 | { |
414 | struct stat s; | 414 | struct stat s; |
415 | int i = i; /* gcc 3.x thinks it can be used uninitialized */ | 415 | unsigned i = i; /* gcc 3.x thinks it can be used uninitialized */ |
416 | 416 | ||
417 | if (mode == FILSYM) { | 417 | if (mode == FILSYM) { |
418 | #ifdef S_IFLNK | 418 | #ifdef S_IFLNK |