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

Diff for /src/usr.bin/ssh/readpass.c between version 1.9 and 1.10

version 1.9, 2000/01/21 21:16:00 version 1.10, 2000/04/14 10:30:32
Line 58 
Line 58 
         sigset_t oset, nset;          sigset_t oset, nset;
         struct sigaction sa, osa;          struct sigaction sa, osa;
         int input, output, echo = 0;          int input, output, echo = 0;
   
         if (from_stdin) {          if (from_stdin) {
                 input = STDIN_FILENO;                  input = STDIN_FILENO;
                 output = STDERR_FILENO;                  output = STDERR_FILENO;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10