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

Diff for /src/usr.bin/rdist/client.c between version 1.9 and 1.10

version 1.9, 1999/02/06 01:52:23 version 1.10, 1999/02/23 21:27:15
Line 366 
Line 366 
                "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n",                 "sendhardlink: rname='%s' pathname='%s' src='%s' target='%s'\n",
                  rname, lp->pathname, lp->src, lp->target);                   rname, lp->pathname, lp->src, lp->target);
   
         if (*lp->target == CNULL)          if (lp->target == NULL)
                 (void) sendcmd(C_RECVHARDLINK, "%o %s %s",                  (void) sendcmd(C_RECVHARDLINK, "%o %s %s",
                                opts, lp->pathname, rname);                                 opts, lp->pathname, rname);
         else {          else {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10