diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-06 03:34:40 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-06 03:34:40 +0000 |
commit | ebc882757b79ef9b97e6a109c78cb740d113adab (patch) | |
tree | 8d8147eb984ed7b5202903733a54645c99bf1760 /ChangeLog | |
parent | 884a4aca88e98b4954a061847f91cad72c87053d (diff) |
- millert@cvs.openbsd.org 2001/03/06 01:08:27
[clientloop.c]
If read() fails with EINTR deal with it the same way we treat EAGAIN
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -37,6 +37,9 @@ | |||
37 | [ssh-keyscan.c] | 37 | [ssh-keyscan.c] |
38 | Don't assume we wil get the version string all in one read(). | 38 | Don't assume we wil get the version string all in one read(). |
39 | deraadt@ OK'd | 39 | deraadt@ OK'd |
40 | - millert@cvs.openbsd.org 2001/03/06 01:08:27 | ||
41 | [clientloop.c] | ||
42 | If read() fails with EINTR deal with it the same way we treat EAGAIN | ||
40 | 43 | ||
41 | 20010305 | 44 | 20010305 |
42 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | 45 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] |
@@ -4408,4 +4411,4 @@ | |||
4408 | - Wrote replacements for strlcpy and mkdtemp | 4411 | - Wrote replacements for strlcpy and mkdtemp |
4409 | - Released 1.0pre1 | 4412 | - Released 1.0pre1 |
4410 | 4413 | ||
4411 | $Id: ChangeLog,v 1.917 2001/03/06 03:33:04 mouring Exp $ | 4414 | $Id: ChangeLog,v 1.918 2001/03/06 03:34:40 mouring Exp $ |