summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authordjm <djm>2011-09-23 00:40:50 +0000
committerdjm <djm>2011-09-23 00:40:50 +0000
commit3cb3d8dbd282564a6f8410cf51f43bfa93403c49 (patch)
treed2a93129dc36488952fddc8cc734039d1e7ebe18 /openbsd-compat
parent9fe1793d305ebe43a4beb979a7c04675dea29c9c (diff)
downloadopenssh-3cb3d8dbd282564a6f8410cf51f43bfa93403c49.tar.gz
- (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 'openbsd-compat')
-rw-r--r--openbsd-compat/getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/getcwd.c b/openbsd-compat/getcwd.c
index 711cb9cd..3edbb9cb 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.