From b3bb5c7891cd039f5ca62445da67469a2847fb52 Mon Sep 17 00:00:00 2001 From: kurt <> Date: Fri, 5 Apr 2013 12:59:54 +0000 Subject: - Add comments regarding copies of these files also in libexec/ld.so okay guenther@ --- src/lib/libc/stdlib/realpath.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/realpath.c b/src/lib/libc/stdlib/realpath.c index 534f48d4b4..e0f9b123b3 100644 --- a/src/lib/libc/stdlib/realpath.c +++ b/src/lib/libc/stdlib/realpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: realpath.c,v 1.15 2012/09/13 15:39:05 deraadt Exp $ */ +/* $OpenBSD: realpath.c,v 1.16 2013/04/05 12:59:54 kurt Exp $ */ /* * Copyright (c) 2003 Constantin S. Svintsoff * @@ -35,6 +35,8 @@ #include #include +/* A slightly modified copy of this file exists in libexec/ld.so */ + /* * char *realpath(const char *path, char resolved[PATH_MAX]); * -- cgit v1.2.3-55-g6feb