]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authorDamien Miller <djm@mindrot.org>
Tue, 13 Oct 2015 21:25:55 +0000 (08:25 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 13 Oct 2015 21:25:55 +0000 (08:25 +1100)
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@

openbsd-compat/realpath.c

index f2083e0f6582b84e74ec11bcf53df065f027c9ee..a954b1b7a997343e83050b8a1dda079126f92074 100644 (file)
@@ -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 <kostik@iclub.nsu.ru>
  *
@@ -43,6 +43,8 @@
 #include <string.h>
 #include <unistd.h>
 
+/* A slightly modified copy of this file exists in libexec/ld.so */
+
 /*
  * char *realpath(const char *path, char resolved[PATH_MAX]);
  *