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.19-352-ga849e80


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  a849e800352ac5068dc6f1191c86ff62ba014c61 (commit)
      from  5331255b6eeafa74865b2e6af627cb712c41dafd (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=a849e800352ac5068dc6f1191c86ff62ba014c61

commit a849e800352ac5068dc6f1191c86ff62ba014c61
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Thu May 1 22:00:34 2014 +0200

    Fix implicit declaration

diff --git a/ChangeLog b/ChangeLog
index 581d243..b8988b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* nscd/nscd-client.h: Include <string.h>.
+
 2014-05-01  David S. Miller  <davem@davemloft.net>
 
 	[BZ #16885]
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h
index ee16df6..cabba49 100644
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -24,6 +24,7 @@
 
 #include <stdbool.h>
 #include <stdint.h>
+#include <string.h>
 #include <sys/types.h>
 #include <atomic.h>
 #include <nscd-types.h>

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

Summary of changes:
 ChangeLog          |    4 ++++
 nscd/nscd-client.h |    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]