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.20-269-ge7300fe


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  e7300fef49147a73d5dc7e0a462cc60aabb58400 (commit)
      from  1721f0a406e52f976f9daf6f59acf42c1dbd33ff (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=e7300fef49147a73d5dc7e0a462cc60aabb58400

commit e7300fef49147a73d5dc7e0a462cc60aabb58400
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Thu Nov 27 11:07:16 2014 +0100

    Add missing include of libc-internal.h.

diff --git a/ChangeLog b/ChangeLog
index 4acdcc3..92ffe16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* nscd/connections.c: Include libc-internal.h because of macro
+	usage ignore_value.
+
 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* string/bits/string3.h (__warn_memset_zero_len): Don't
diff --git a/nscd/connections.c b/nscd/connections.c
index 1631212..a6b9808 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -59,6 +59,7 @@
 #include <resolv/resolv.h>
 
 #include <kernel-features.h>
+#include <libc-internal.h>
 
 
 /* Support to run nscd as an unprivileged user */

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

Summary of changes:
 ChangeLog          |    5 +++++
 nscd/connections.c |    1 +
 2 files changed, 6 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]