[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.24 and 1.25

version 1.24, 2017/12/12 01:12:34 version 1.25, 2018/07/13 09:25:23
Line 654 
Line 654 
                 printf("execpromise=");                  printf("execpromise=");
                 showbufc(basecol + sizeof("execpromise=") - 1,                  showbufc(basecol + sizeof("execpromise=") - 1,
                     (unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);                      (unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
           } else if (strcmp(name, "unveil") == 0) {
                   printf("flags=");
                   showbufc(basecol + sizeof("flags=") - 1,
                       (unsigned char *)data, datalen, VIS_DQ | VIS_TAB | VIS_NL);
         } else {          } else {
                 printf("unknown structure %s\n", name);                  printf("unknown structure %s\n", name);
         }          }

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25