зеркало из https://github.com/Azure/sonic-openssh.git
Add prototype for localtime_r if needed.
This commit is contained in:
Родитель
d500b59a82
Коммит
5eb7b9563f
|
@ -322,6 +322,10 @@ void explicit_bzero(void *p, size_t n);
|
|||
void freezero(void *, size_t);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_LOCALTIME_R
|
||||
struct tm *localtime_r(const time_t *, struct tm *);
|
||||
#endif
|
||||
|
||||
char *xcrypt(const char *password, const char *salt);
|
||||
char *shadow_pw(struct passwd *pw);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче