mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Add missing bracket in realpath macro.
This commit is contained in:
parent
59ccb56f15
commit
b56dbfd9d9
@ -183,7 +183,7 @@ struct tm *localtime_r(const time_t *, struct tm *);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_REALPATH
|
#ifndef HAVE_REALPATH
|
||||||
#define realpath(x, y) (sftp_realpath((x), (y))
|
#define realpath(x, y) (sftp_realpath((x), (y)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _BSD_MISC_H */
|
#endif /* _BSD_MISC_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user