diff options
author | Damien Miller <djm@mindrot.org> | 2011-09-23 02:40:50 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-09-23 02:40:50 +0200 |
commit | acdf3fbdba747125c1d8d2dce8c5ffb3ddd23f58 (patch) | |
tree | 7f13819bb80eb44cfc141370b4f8936b2fd8036d | |
parent | - millert@cvs.openbsd.org 2006/05/05 15:27:38 (diff) | |
download | openssh-acdf3fbdba747125c1d8d2dce8c5ffb3ddd23f58.tar.xz openssh-acdf3fbdba747125c1d8d2dce8c5ffb3ddd23f58.zip |
- (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 '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | openbsd-compat/getcwd.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,10 @@ 20110923 + - (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) - OpenBSD CVS Sync - millert@cvs.openbsd.org 2006/05/05 15:27:38 - [strlcpy.c] + [openbsd-compat/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/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 @@ -/* $OpenBSD: getcwd.c,v 1.14 2005/08/08 08:05:34 espie Exp $ */ +/* from OpenBSD: getcwd.c,v 1.14 2005/08/08 08:05:34 espie Exp */ /* * Copyright (c) 1989, 1991, 1993 * The Regents of the University of California. All rights reserved. |