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

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

version 1.7, 1998/06/26 21:21:09 version 1.8, 1999/02/04 23:18:57
Line 592 
Line 592 
         if (!nflag) {          if (!nflag) {
                 register struct linkbuf *nextl, *l;                  register struct linkbuf *nextl, *l;
   
                 for (l = ihead; l != NULL; free((char *)l), l = nextl) {                  for (l = ihead; l != NULL; freelinkinfo(l), l = nextl) {
                         nextl = l->nextp;                          nextl = l->nextp;
                         if (contimedout || IS_ON(opts, DO_IGNLNKS) ||                          if (contimedout || IS_ON(opts, DO_IGNLNKS) ||
                             l->count == 0)                              l->count == 0)

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