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

Diff for /src/usr.bin/rsh/Attic/kcmd.c between version 1.5 and 1.6

version 1.5, 2002/09/06 18:55:04 version 1.6, 2003/04/15 08:05:33
Line 169 
Line 169 
                 write(s, "", 1);                  write(s, "", 1);
                 lport = 0;                  lport = 0;
         } else {          } else {
                 char num[8];                  char num[12];
                 int s2 = getport(&lport), s3;                  int s2 = getport(&lport), s3;
                 socklen_t len = sizeof(from);                  socklen_t len = sizeof(from);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6