[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.99 and 1.100

version 1.99, 2019/02/05 02:17:32 version 1.100, 2020/08/21 22:13:15
Line 805 
Line 805 
                                 hide((void *)(uintptr_t)kf->unp_conn);                                  hide((void *)(uintptr_t)kf->unp_conn);
                         }                          }
                 }                  }
                   if (kf->unp_path[0] != '\0')
                           printf(" %s", kf->unp_path);
                 break;                  break;
         case AF_MPLS:          case AF_MPLS:
                 /* print protocol number and socket address */                  /* print protocol number and socket address */

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100