OSDN Git Service

* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
authorcorinna <corinna>
Tue, 24 Aug 2004 09:34:02 +0000 (09:34 +0000)
committercorinna <corinna>
Tue, 24 Aug 2004 09:34:02 +0000 (09:34 +0000)
format specifier.

winsup/testsuite/ChangeLog
winsup/testsuite/winsup.api/ltp/symlink01.c

index 319315c..80de6f1 100644 (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>
 
index 660a6d2..54a24b8 100644 (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);
            }
           }