Fix typo in last change.

This commit is contained in:
Roland McGrath 2012-08-17 11:49:00 -07:00
parent a084405777
commit fbc723bb37

View 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