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

Diff for /src/usr.bin/ssh/sshlogin.c between version 1.12 and 1.13

version 1.12, 2004/08/11 12:01:16 version 1.13, 2004/08/12 09:18:24
Line 75 
Line 75 
         pos = (long) uid * sizeof(ll);          pos = (long) uid * sizeof(ll);
         r = lseek(fd, pos, SEEK_SET);          r = lseek(fd, pos, SEEK_SET);
         if (r == -1) {          if (r == -1) {
                 error("%s: llseek: %s", __func__, strerror(errno));                  error("%s: lseek: %s", __func__, strerror(errno));
                 return (0);                  return (0);
         }          }
         if (r != pos) {          if (r != pos) {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13