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.17-171-g3b60b42


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  3b60b421b56fbe4380916b2b7faa962f9542eb22 (commit)
      from  c6af74e473c76665b03fd2b174a31c9fe98356ea (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=3b60b421b56fbe4380916b2b7faa962f9542eb22

commit 3b60b421b56fbe4380916b2b7faa962f9542eb22
Author: Maxim Kuvyrkov <maxim@kugelworks.com>
Date:   Sat Jan 26 14:56:21 2013 +1300

    	* time/tzfile.c: Include stdint.h for SIZE_MAX.

diff --git a/ChangeLog b/ChangeLog
index af7b861..b1b8292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
+
+	* time/tzfile.c: Include stdint.h for SIZE_MAX.
+
 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* configure.in (_AC_PROG_CC_C89): New definition.
diff --git a/time/tzfile.c b/time/tzfile.c
index 0725e2f..2e3a7b6 100644
--- a/time/tzfile.c
+++ b/time/tzfile.c
@@ -24,6 +24,7 @@
 #include <time.h>
 #include <unistd.h>
 #include <sys/stat.h>
+#include <stdint.h>
 
 #define	NOID
 #include <timezone/tzfile.h>

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

Summary of changes:
 ChangeLog     |    4 ++++
 time/tzfile.c |    1 +
 2 files changed, 5 insertions(+), 0 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]