- (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)
This commit is contained in:
parent
b9cd0491f7
commit
acdf3fbdba
|
@ -1,7 +1,10 @@
|
||||||
20110923
|
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
|
- OpenBSD CVS Sync
|
||||||
- millert@cvs.openbsd.org 2006/05/05 15:27:38
|
- 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
|
Convert do {} while loop -> while {} for clarity. No binary change
|
||||||
on most architectures. From Oliver Smith. OK deraadt@ and henning@
|
on most architectures. From Oliver Smith. OK deraadt@ and henning@
|
||||||
|
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1989, 1991, 1993
|
||||||
* The Regents of the University of California. All rights reserved.
|
* The Regents of the University of California. All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue