Removed compiler warning.

This commit is contained in:
Jennifer Averett
1999-11-16 15:40:40 +00:00
parent d37aa4442a
commit e9b00d7628
2 changed files with 2 additions and 2 deletions

View File

@@ -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 );