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

Diff for /src/usr.bin/kdump/kdump.c between version 1.108 and 1.109

version 1.108, 2015/10/03 05:15:36 version 1.109, 2015/10/03 09:12:39
Line 1475 
Line 1475 
                 *dir++ = 'R';                  *dir++ = 'R';
         *dir = '\0';          *dir = '\0';
   
         printf("_IO%s('%c',%lu",          printf("_IO%s('%c',%d",
             dirbuf, (int)((cmd >> 8) & 0xff), cmd & 0xff);              dirbuf, (int)((cmd >> 8) & 0xff), cmd & 0xff);
         if ((cmd & IOC_VOID) == 0)          if ((cmd & IOC_VOID) == 0)
                 printf(decimal ? ",%u)" : ",%#x)", (cmd >> 16) & 0xff);                  printf(decimal ? ",%u)" : ",%#x)", (cmd >> 16) & 0xff);

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109