summaryrefslogtreecommitdiff
path: root/openbsd-compat/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/getcwd.c')
-rw-r--r--openbsd-compat/getcwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/getcwd.c b/openbsd-compat/getcwd.c
index 19be59172..d58c03e0e 100644
--- a/openbsd-compat/getcwd.c
+++ b/openbsd-compat/getcwd.c
@@ -1,5 +1,3 @@
1/* OPENBSD ORIGINAL: lib/libc/gen/getcwd.c */
2
3/* 1/*
4 * Copyright (c) 1989, 1991, 1993 2 * Copyright (c) 1989, 1991, 1993
5 * The Regents of the University of California. All rights reserved. 3 * The Regents of the University of California. All rights reserved.
@@ -29,6 +27,8 @@
29 * SUCH DAMAGE. 27 * SUCH DAMAGE.
30 */ 28 */
31 29
30/* OPENBSD ORIGINAL: lib/libc/gen/getcwd.c */
31
32#include "includes.h" 32#include "includes.h"
33 33
34#if !defined(HAVE_GETCWD) 34#if !defined(HAVE_GETCWD)