summaryrefslogtreecommitdiff
path: root/openbsd-compat/getcwd.c
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 /openbsd-compat/getcwd.c
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 'openbsd-compat/getcwd.c')
-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 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.