From: Roland McGrath Date: Fri, 17 Aug 2012 18:49:00 +0000 (-0700) Subject: Fix typo in last change. X-Git-Tag: upstream/2.30~10409 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbc723bb37277ad78972c3327dad44a994ab7a0b;p=external%2Fglibc.git Fix typo in last change. --- 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