* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu

format specifier.
This commit is contained in:
Corinna Vinschen 2004-08-24 09:34:04 +00:00
parent d5afcd86f9
commit 327284cf3a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-08-24 Corinna Vinschen <corinna@vinschen.de>
* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
format specifier.
2004-08-17 Gerd Spalink <Gerd.Spalink@t-online.de>
Pierre Humblet <Pierre.Humblet@ieee.org>

View File

@ -1670,8 +1670,8 @@ struct all_test_cases *tc_ptr;
}
} else {
tst_resm(TFAIL,
"%sA lstat of %s (ino:%d) and of\n\t\t\
%s (ino:%d), does not show them being the same ino.", Buffer,
"%sA lstat of %s (ino:%llu) and of\n\t\t\
%s (ino:%llu), does not show them being the same ino.", Buffer,
tc_ptr->fn_arg[1], asymlink.st_ino, "nick", statter.st_ino);
}
}