Fix typo in last change.
authorRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 18:49:00 +0000 (11:49 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 17 Aug 2012 18:49:00 +0000 (11:49 -0700)
sysdeps/posix/getaddrinfo.c

index 2638736..81e928a 100644 (file)
@@ -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