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.25-289-ga972dc6


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  a972dc672c06845a024a0f98119dc3d9df0b9b77 (commit)
      from  0ad970bb13920b6471ccc4503cf1f0d8b2352f05 (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=a972dc672c06845a024a0f98119dc3d9df0b9b77

commit a972dc672c06845a024a0f98119dc3d9df0b9b77
Author: Zack Weinberg <zackw@panix.com>
Date:   Tue May 9 07:50:56 2017 -0400

    sunrpc/tst-xdrmem2.c: Include stdint.h.

diff --git a/ChangeLog b/ChangeLog
index f3a0bdd..932dc58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-09  Zack Weinberg  <zackw@panix.com>
+
+	* sunrpc/tst-xdrmem2.c: Include stdint.h.
+
 2017-05-09  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #21474]
diff --git a/sunrpc/tst-xdrmem2.c b/sunrpc/tst-xdrmem2.c
index d879dd7..fa28ad0 100644
--- a/sunrpc/tst-xdrmem2.c
+++ b/sunrpc/tst-xdrmem2.c
@@ -22,6 +22,7 @@
 #include <rpc/rpc.h>
 #include <sys/mman.h>
 #include <unistd.h>
+#include <stdint.h>
 
 static int
 do_test (void)

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

Summary of changes:
 ChangeLog            |    4 ++++
 sunrpc/tst-xdrmem2.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]