From fbc723bb37277ad78972c3327dad44a994ab7a0b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Aug 2012 11:49:00 -0700 Subject: [PATCH] Fix typo in last change. --- sysdeps/posix/getaddrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c index 2638736..81e928a 100644 --- a/sysdeps/posix/getaddrinfo.c +++ b/sysdeps/posix/getaddrinfo.c @@ -1885,7 +1885,7 @@ save_gaiconf_mtime (const struct stat64 *st) static inline bool check_gaiconf_mtime (const struct stat64 *st) { - return st->mtime == gaiconf_mtime; + return st->st_mtime == gaiconf_mtime; } #endif -- 2.7.4