]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- millert@cvs.openbsd.org 2006/05/05 15:27:38
authorDamien Miller <djm@mindrot.org>
Fri, 23 Sep 2011 00:38:01 +0000 (10:38 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 23 Sep 2011 00:38:01 +0000 (10:38 +1000)
     [strlcpy.c]
     Convert do {} while loop -> while {} for clarity.  No binary change
     on most architectures.  From Oliver Smith.  OK deraadt@ and henning@

ChangeLog

index 60622d969822d6a564227110b2121adcb4c82a40..71ea227a3d36a5591003b4b648f4d65e740c656a 100644 (file)
--- 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