- dtucker@cvs.openbsd.org 2013/06/01 20:59:25
     [scp.c sftp-client.c]
     Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is.  Patch
     from Nathan Osman via bz#2113.  ok deraadt.

(note: corrected bug number from 2085)
diff --git a/ChangeLog b/ChangeLog
index 891db12..c64a404 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,10 @@
      Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
      keepalives and rekeying will work properly over clock steps.  Suggested by
      markus@, "looks good" djm@.
+   - dtucker@cvs.openbsd.org 2013/06/01 20:59:25
+     [scp.c sftp-client.c]
+     Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is.  Patch
+     from Nathan Osman via bz#2085.  ok deraadt.
 
 20130529
   - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null