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

Diff for /src/usr.bin/ssh/sshpty.c between version 1.2 and 1.3

version 1.2, 2001/07/18 21:10:43 version 1.3, 2001/07/22 21:32:27
Line 264 
Line 264 
   
         /*          /*
          * Change owner and mode of the tty as required.           * Change owner and mode of the tty as required.
          * Warn but continue if filesystem is read-only and the uids match.           * Warn but continue if filesystem is read-only and the uids match/
            * tty is owned by root.
          */           */
         if (stat(ttyname, &st))          if (stat(ttyname, &st))
                 fatal("stat(%.100s) failed: %.100s", ttyname,                  fatal("stat(%.100s) failed: %.100s", ttyname,

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