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

Diff for /src/usr.bin/fstat/fstat.c between version 1.95 and 1.96

version 1.95, 2018/09/16 02:44:06 version 1.96, 2019/01/21 07:16:28
Line 788 
Line 788 
                 printf(" %d ", kf->so_protocol);                  printf(" %d ", kf->so_protocol);
                 hide((void *)(uintptr_t)kf->f_data);                  hide((void *)(uintptr_t)kf->f_data);
                 break;                  break;
           case AF_KEY:
                   printf("* pfkey %s", stype);
                   printf(" %d ", kf->so_protocol);
                   hide((void *)(uintptr_t)kf->f_data);
                   break;
         default:          default:
                 /* print protocol number and socket address */                  /* print protocol number and socket address */
                 printf("* %d %s", kf->so_family, stype);                  printf("* %d %s", kf->so_family, stype);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96