From 327284cf3ac5f201f8509a77923a88dd886ff4d6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 24 Aug 2004 09:34:04 +0000 Subject: * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu format specifier. --- winsup/testsuite/winsup.api/ltp/symlink01.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/testsuite/winsup.api') diff --git a/winsup/testsuite/winsup.api/ltp/symlink01.c b/winsup/testsuite/winsup.api/ltp/symlink01.c index 660a6d2e6..54a24b87f 100644 --- a/winsup/testsuite/winsup.api/ltp/symlink01.c +++ b/winsup/testsuite/winsup.api/ltp/symlink01.c @@ -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); } } -- cgit v1.2.3