[BACK]Return to ktrstruct.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / kdump

Diff for /src/usr.bin/kdump/ktrstruct.c between version 1.6 and 1.7

version 1.6, 2014/10/13 03:46:33 version 1.7, 2014/11/20 18:44:10
Line 197 
Line 197 
         print_timespec(&statp->st_mtim, 0);          print_timespec(&statp->st_mtim, 0);
         printf(", ctime=");          printf(", ctime=");
         print_timespec(&statp->st_ctim, 0);          print_timespec(&statp->st_ctim, 0);
         printf(", size=%lld, blocks=%lld, blksize=%u, flags=0x%x, gen=0x%x",          printf(", size=%lld, blocks=%lld, blksize=%d, flags=0x%x, gen=0x%x",
             statp->st_size, statp->st_blocks, statp->st_blksize,              statp->st_size, statp->st_blocks, statp->st_blksize,
             statp->st_flags, statp->st_gen);              statp->st_flags, statp->st_gen);
         printf(" }\n");          printf(" }\n");

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7