summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-23 10:40:50 +1000
committerDamien Miller <djm@mindrot.org>2011-09-23 10:40:50 +1000
commitacdf3fbdba747125c1d8d2dce8c5ffb3ddd23f58 (patch)
tree7f13819bb80eb44cfc141370b4f8936b2fd8036d /ChangeLog
parentb9cd0491f712ec489edf94977e9867be1b8e157c (diff)
- (djm) [openbsd-compat/getcwd.c] Remove OpenBSD rcsid marker since we no
longer want to sync this file (OpenBSD uses a __getcwd syscall now, we want this longhand version)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ea227a3..dbe531fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
120110923 120110923
2 - (djm) [openbsd-compat/getcwd.c] Remove OpenBSD rcsid marker since we no
3 longer want to sync this file (OpenBSD uses a __getcwd syscall now, we
4 want this longhand version)
2 - OpenBSD CVS Sync 5 - OpenBSD CVS Sync
3 - millert@cvs.openbsd.org 2006/05/05 15:27:38 6 - millert@cvs.openbsd.org 2006/05/05 15:27:38
4 [strlcpy.c] 7 [openbsd-compat/strlcpy.c]
5 Convert do {} while loop -> while {} for clarity. No binary change 8 Convert do {} while loop -> while {} for clarity. No binary change
6 on most architectures. From Oliver Smith. OK deraadt@ and henning@ 9 on most architectures. From Oliver Smith. OK deraadt@ and henning@
7 10