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

Diff for /src/usr.bin/talk/ctl_transact.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:11 version 1.2, 1996/04/28 23:58:04
Line 114 
Line 114 
                     rp->type != type));                      rp->type != type));
         } while (rp->vers != TALK_VERSION || rp->type != type);          } while (rp->vers != TALK_VERSION || rp->type != type);
         rp->id_num = ntohl(rp->id_num);          rp->id_num = ntohl(rp->id_num);
         rp->addr.sa_family = ntohs(rp->addr.sa_family);  
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2