mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
format specifier.
This commit is contained in:
parent
d5afcd86f9
commit
327284cf3a
@ -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>
|
2004-08-17 Gerd Spalink <Gerd.Spalink@t-online.de>
|
||||||
Pierre Humblet <Pierre.Humblet@ieee.org>
|
Pierre Humblet <Pierre.Humblet@ieee.org>
|
||||||
|
|
||||||
|
@ -1670,8 +1670,8 @@ struct all_test_cases *tc_ptr;
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
tst_resm(TFAIL,
|
tst_resm(TFAIL,
|
||||||
"%sA lstat of %s (ino:%d) and of\n\t\t\
|
"%sA lstat of %s (ino:%llu) and of\n\t\t\
|
||||||
%s (ino:%d), does not show them being the same ino.", Buffer,
|
%s (ino:%llu), does not show them being the same ino.", Buffer,
|
||||||
tc_ptr->fn_arg[1], asymlink.st_ino, "nick", statter.st_ino);
|
tc_ptr->fn_arg[1], asymlink.st_ino, "nick", statter.st_ino);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user