- djm@cvs.openbsd.org 2011/06/23 23:35:42
     [monitor.c]
     ignore EINTR errors from poll()
diff --git a/ChangeLog b/ChangeLog
index f25da55..ae6de3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20110805
+ - OpenBSD CVS Sync
+   - djm@cvs.openbsd.org 2011/06/23 23:35:42
+     [monitor.c]
+     ignore EINTR errors from poll()
+
 20110624
  - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for
    Darwin/OS X using sandbox_init() + setrlimit(); feedback and testing