[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.5 and 1.6

version 1.5, 2002/08/29 15:57:25 version 1.6, 2003/04/08 20:21:29
Line 117 
Line 117 
                 if (fd >= 0) {                  if (fd >= 0) {
                         lseek(fd, (off_t) ((long) uid * sizeof(ll)), SEEK_SET);                          lseek(fd, (off_t) ((long) uid * sizeof(ll)), SEEK_SET);
                         if (write(fd, &ll, sizeof(ll)) != sizeof(ll))                          if (write(fd, &ll, sizeof(ll)) != sizeof(ll))
                                 log("Could not write %.100s: %.100s", lastlog, strerror(errno));                                  logit("Could not write %.100s: %.100s", lastlog, strerror(errno));
                         close(fd);                          close(fd);
                 }                  }
         }          }

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