зеркало из https://github.com/Azure/sonic-openssh.git
Add missing bracket in realpath macro.
This commit is contained in:
Родитель
59ccb56f15
Коммит
b56dbfd9d9
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче