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

Diff for /src/usr.bin/ssh/sftp.c between version 1.143 and 1.144

version 1.143, 2013/04/18 02:16:07 version 1.144, 2013/05/16 09:08:41
Line 199 
Line 199 
         const char msg[] = "\rInterrupt  \n";          const char msg[] = "\rInterrupt  \n";
         int olderrno = errno;          int olderrno = errno;
   
         write(STDERR_FILENO, msg, sizeof(msg) - 1);          (void)write(STDERR_FILENO, msg, sizeof(msg) - 1);
         interrupted = 1;          interrupted = 1;
         errno = olderrno;          errno = olderrno;
 }  }

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144