- deraadt@cvs.openbsd.org 2001/02/12 22:56:09
     [clientloop.c packet.c ssh-keyscan.c]
     deal with EAGAIN/EINTR selects which were skipped
diff --git a/ChangeLog b/ChangeLog
index 14424b6..6ffe517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@
       ssh-keygen.c sshd.8]
      PermitRootLogin={yes,without-password,forced-commands-only,no}
      (before this change, root could login even if PermitRootLogin==no)
+  - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
+     [clientloop.c packet.c ssh-keyscan.c]
+     deal with EAGAIN/EINTR selects which were skipped
 
 20010214
  - (djm) Don't try to close PAM session or delete credentials if the
@@ -3948,4 +3951,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.764 2001/02/15 03:08:27 mouring Exp $
+$Id: ChangeLog,v 1.765 2001/02/15 03:12:08 mouring Exp $