From: Damien Miller Date: Fri, 23 Sep 2011 00:38:01 +0000 (+1000) Subject: - millert@cvs.openbsd.org 2006/05/05 15:27:38 X-Git-Tag: V_6_0_P1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=add1e20802bb781593ac7554a4c45b1576eca3ca;p=thirdparty%2Fopenssh-portable.git - millert@cvs.openbsd.org 2006/05/05 15:27:38 [strlcpy.c] Convert do {} while loop -> while {} for clarity. No binary change on most architectures. From Oliver Smith. OK deraadt@ and henning@ --- diff --git a/ChangeLog b/ChangeLog index 60622d969..71ea227a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +20110923 + - OpenBSD CVS Sync + - millert@cvs.openbsd.org 2006/05/05 15:27:38 + [strlcpy.c] + Convert do {} while loop -> while {} for clarity. No binary change + on most architectures. From Oliver Smith. OK deraadt@ and henning@ + 20110922 - OpenBSD CVS Sync - pyr@cvs.openbsd.org 2011/05/12 07:15:10