summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-16 23:18:33 +1100
committerDamien Miller <djm@mindrot.org>2011-01-16 23:18:33 +1100
commitcfd6e4f57fc8489ed4065be06d85de3f30575fe2 (patch)
tree4ccaf98368853d997ac043d9088e85409b3e891f /ChangeLog
parent6fb6fd566267da4f36499078caf46da5291f4b8c (diff)
- djm@cvs.openbsd.org 2011/01/16 12:05:59
[clientloop.c] a couple more tweaks to the post-close protocol 1 stderr/stdout flush: now that we use atomicio(), convert them from while loops to if statements add test and cast to compile cleanly with -Wsigned
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d16a9fb42..a0282b739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@
11 [sshconnect.c] 11 [sshconnect.c]
12 reset the SIGPIPE handler when forking to execute child processes; 12 reset the SIGPIPE handler when forking to execute child processes;
13 ok dtucker@ 13 ok dtucker@
14 - djm@cvs.openbsd.org 2011/01/16 12:05:59
15 [clientloop.c]
16 a couple more tweaks to the post-close protocol 1 stderr/stdout flush:
17 now that we use atomicio(), convert them from while loops to if statements
18 add test and cast to compile cleanly with -Wsigned
14 19
1520110114 2020110114
16 - OpenBSD CVS Sync 21 - OpenBSD CVS Sync