aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c
index 5ca46725b..36fb38a64 100644
--- a/coreutils/test.c
+++ b/coreutils/test.c
@@ -386,7 +386,7 @@ static int binop(void)
386static int filstat(char *nm, enum token mode) 386static int filstat(char *nm, enum token mode)
387{ 387{
388 struct stat s; 388 struct stat s;
389 int i; 389 int i = i; /* gcc 3.x thinks it can be used uninitialized */
390 390
391 if (mode == FILSYM) { 391 if (mode == FILSYM) {
392#ifdef S_IFLNK 392#ifdef S_IFLNK