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

Diff for /src/usr.bin/modstat/Attic/modstat.c between version 1.4 and 1.5

version 1.4, 1996/07/02 06:37:57 version 1.5, 1996/08/05 11:11:41
Line 94 
Line 94 
         /*          /*
          * Decode this stat buffer...           * Decode this stat buffer...
          */           */
         printf("%-7s %3d %3d %08x %04x %8x %3d s\n",          printf("%-7s %3d %3d %08x %04x %8x %3d %s\n",
             type_names[sbuf.type],              type_names[sbuf.type],
             sbuf.id,            /* module id */              sbuf.id,            /* module id */
             sbuf.offset,        /* offset into modtype struct */              sbuf.offset,        /* offset into modtype struct */
Line 159 
Line 159 
   
         atexit(cleanup);          atexit(cleanup);
   
         printf("Type    Id  Off Loadaddr Size Info     Rev Module Name\n");          printf("Type     Id Off Loadaddr Size Info     Rev Module Name\n");
   
         /*          /*
          * Oneshot?           * Oneshot?

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5