diff options
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 0430e1963..97b344b65 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -322,6 +322,10 @@ void explicit_bzero(void *p, size_t n); | |||
322 | void freezero(void *, size_t); | 322 | void freezero(void *, size_t); |
323 | #endif | 323 | #endif |
324 | 324 | ||
325 | #ifndef HAVE_LOCALTIME_R | ||
326 | struct tm *localtime_r(const time_t *, struct tm *); | ||
327 | #endif | ||
328 | |||
325 | char *xcrypt(const char *password, const char *salt); | 329 | char *xcrypt(const char *password, const char *salt); |
326 | char *shadow_pw(struct passwd *pw); | 330 | char *shadow_pw(struct passwd *pw); |
327 | 331 | ||