[openssh-commits] [openssh] 03/05: Add missing bracket in realpath macro.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 1 18:28:10 AEDT 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit b56dbfd9d967e5b6ce7be9f81f206112e19e1030
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Nov 1 18:17:42 2019 +1100

    Add missing bracket in realpath macro.
---
 openbsd-compat/bsd-misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h
index 429ade04..7bf7b048 100644
--- a/openbsd-compat/bsd-misc.h
+++ b/openbsd-compat/bsd-misc.h
@@ -183,7 +183,7 @@ struct tm *localtime_r(const time_t *, struct tm *);
 #endif
 
 #ifndef HAVE_REALPATH
-#define realpath(x, y)	(sftp_realpath((x), (y))
+#define realpath(x, y)	(sftp_realpath((x), (y)))
 #endif
 
 #endif /* _BSD_MISC_H */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list