From: Damien Miller Date: Tue, 13 Oct 2015 21:25:55 +0000 (+1100) Subject: upstream commit X-Git-Tag: V_7_2_P1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e929a43f957dbd1254aca2aaf85c8c00cbfc25f4;p=thirdparty%2Fopenssh-portable.git upstream commit revision 1.16 date: 2013/04/05 12:59:54; author: kurt; state: Exp; lines: +3 -1; - Add comments regarding copies of these files also in libexec/ld.so okay guenther@ --- diff --git a/openbsd-compat/realpath.c b/openbsd-compat/realpath.c index f2083e0f6..a954b1b7a 100644 --- a/openbsd-compat/realpath.c +++ b/openbsd-compat/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 * @@ -43,6 +43,8 @@ #include #include +/* A slightly modified copy of this file exists in libexec/ld.so */ + /* * char *realpath(const char *path, char resolved[PATH_MAX]); *