This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-218-gfbc723b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fbc723bb37277ad78972c3327dad44a994ab7a0b (commit)
      from  a0844057776f565316fa56d865266b4995434774 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fbc723bb37277ad78972c3327dad44a994ab7a0b

commit fbc723bb37277ad78972c3327dad44a994ab7a0b
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Aug 17 11:49:00 2012 -0700

    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

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/posix/getaddrinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]