GNU C Library master sources branch master updated. glibc-2.25-235-g25cfd50

zack@sourceware.org zack@sourceware.org
Wed Apr 19 18:39:00 GMT 2017


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  25cfd50214378545b92ddae04ddd1221c632361b (commit)
      from  bee05c9d58a34ec5886faf3b56ecaa56355d94bf (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=25cfd50214378545b92ddae04ddd1221c632361b

commit 25cfd50214378545b92ddae04ddd1221c632361b
Author: Zack Weinberg <zackw@panix.com>
Date:   Wed Apr 19 14:39:04 2017 -0400

    A third round of inclusion fixes for _ISOMAC testsuite.
    
    	* posix/tst-mmap-offset.c: Include stdint.h.
    	* resolv/tst-ns_name_compress.c: Include string.h.
    	* resolv/tst-resolv-edns.c: Include resolv.h.

diff --git a/ChangeLog b/ChangeLog
index 7326b94..e1e004f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-19  Zack Weinberg  <zackw@panix.com>
+
+	* posix/tst-mmap-offset.c: Include stdint.h.
+	* resolv/tst-ns_name_compress.c: Include string.h.
+	* resolv/tst-resolv-edns.c: Include resolv.h.
+
 2017-04-19  Florian Weimer  <fweimer@redhat.com>
 
 	* resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect
diff --git a/posix/tst-mmap-offset.c b/posix/tst-mmap-offset.c
index 385df28..5bb88aa 100644
--- a/posix/tst-mmap-offset.c
+++ b/posix/tst-mmap-offset.c
@@ -17,6 +17,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/resolv/tst-ns_name_compress.c b/resolv/tst-ns_name_compress.c
index 300ba0b..0c01b75 100644
--- a/resolv/tst-ns_name_compress.c
+++ b/resolv/tst-ns_name_compress.c
@@ -18,6 +18,7 @@
 
 #include <resolv.h>
 #include <stdlib.h>
+#include <string.h>
 #include <support/check.h>
 #include <support/support.h>
 
diff --git a/resolv/tst-resolv-edns.c b/resolv/tst-resolv-edns.c
index 093a4f5..8945d79 100644
--- a/resolv/tst-resolv-edns.c
+++ b/resolv/tst-resolv-edns.c
@@ -18,6 +18,7 @@
 
 #include <errno.h>
 #include <netdb.h>
+#include <resolv.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

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

Summary of changes:
 ChangeLog                     |    6 ++++++
 posix/tst-mmap-offset.c       |    1 +
 resolv/tst-ns_name_compress.c |    1 +
 resolv/tst-resolv-edns.c      |    1 +
 4 files changed, 9 insertions(+), 0 deletions(-)


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



More information about the Glibc-cvs mailing list