- 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
diff --git a/ChangeLog b/ChangeLog
index d51361f..ec3188b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@
      [ssh-keyscan.c]
      Don't assume we wil get the version string all in one read().
      deraadt@ OK'd
+   - 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
 
 20010305
  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
@@ -4408,4 +4411,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.917 2001/03/06 03:33:04 mouring Exp $
+$Id: ChangeLog,v 1.918 2001/03/06 03:34:40 mouring Exp $