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

Diff for /src/usr.bin/rdist/child.c between version 1.7 and 1.8

version 1.7, 1998/06/26 21:20:58 version 1.8, 1999/02/04 23:18:56
Line 151 
Line 151 
   
         newc = (CHILD *) xmalloc(sizeof(CHILD));          newc = (CHILD *) xmalloc(sizeof(CHILD));
   
         newc->c_name = strdup(child->c_name);          newc->c_name = xstrdup(child->c_name);
         newc->c_readfd = child->c_readfd;          newc->c_readfd = child->c_readfd;
         newc->c_pid = child->c_pid;          newc->c_pid = child->c_pid;
         newc->c_state = child->c_state;          newc->c_state = child->c_state;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8