summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxstat/test.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-16 15:40:40 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-16 15:40:40 +0000
commite9b00d76288a0e673d85994197b4328f3a419b4f (patch)
tree4ab011d091eef630390133337e85b70bb59b301d /c/src/tests/psxtests/psxstat/test.c
parentChanged asserts to tmmacros. (diff)
downloadrtems-e9b00d76288a0e673d85994197b4328f3a419b4f.tar.bz2
Removed compiler warning.
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/psxstat/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c
index 68965dc869..a5cc417a27 100644
--- a/c/src/tests/psxtests/psxstat/test.c
+++ b/c/src/tests/psxtests/psxstat/test.c
@@ -194,7 +194,7 @@ void stat_a_file(
printf("\n\tst_dev (0x%x:0x%x)\n", major1, minor1 );
- printf( "...st_ino %x\n", statbuf.st_ino );
+ printf( "...st_ino %x\n", (int) statbuf.st_ino );
printf( "...st_mode %o\n", statbuf.st_mode );
printf( "...st_nlink %x\n", statbuf.st_nlink );
printf( "...st_uid %d\n", statbuf.st_uid );