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

Diff for /src/usr.bin/netstat/inet.c between version 1.143 and 1.144

version 1.143, 2015/06/21 12:11:13 version 1.144, 2015/08/20 22:32:41
Line 833 
Line 833 
                         return (NULL);                          return (NULL);
                 }                  }
                 for (; head != NULL; head = head->pml_next) {                  for (; head != NULL; head = head->pml_next) {
                         n = (struct rpcnams *)malloc(sizeof(struct rpcnams));                          n = malloc(sizeof(struct rpcnams));
                         if (n == NULL)                          if (n == NULL)
                                 continue;                                  continue;
                         n->next = rpcn;                          n->next = rpcn;

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144