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.21-42-gebd7aed


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  ebd7aede602462783b86da09650b4788db8b14bf (commit)
      from  ae20c9a17cd95b6f367209c2a9075587616ceb42 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=ebd7aede602462783b86da09650b4788db8b14bf

commit ebd7aede602462783b86da09650b4788db8b14bf
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Feb 8 17:45:25 2015 +0100

    Fix time/getdate.c build.

diff --git a/ChangeLog b/ChangeLog
index 191c08d..b30e6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* time/getdate.c: Include <stdbool.h>.
+
 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Add ersatz _Static_assert on older C hosts
diff --git a/time/getdate.c b/time/getdate.c
index a1fb7be..26e3f48 100644
--- a/time/getdate.c
+++ b/time/getdate.c
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <stdio_ext.h>
 #include <stdlib.h>
+#include <stdbool.h>
 #include <string.h>
 #include <time.h>
 #include <unistd.h>

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

Summary of changes:
 ChangeLog      |    4 ++++
 time/getdate.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]