summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/getcwd.c2
2 files changed, 5 insertions, 2 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
diff --git a/openbsd-compat/getcwd.c b/openbsd-compat/getcwd.c
index 711cb9cd5..3edbb9cba 100644
--- a/openbsd-compat/getcwd.c
+++ b/openbsd-compat/getcwd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: getcwd.c,v 1.14 2005/08/08 08:05:34 espie Exp $ */ 1/* from OpenBSD: getcwd.c,v 1.14 2005/08/08 08:05:34 espie Exp */
2/* 2/*
3 * Copyright (c) 1989, 1991, 1993 3 * Copyright (c) 1989, 1991, 1993
4 * The Regents of the University of California. All rights reserved. 4 * The Regents of the University of California. All rights reserved.