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.18-372-g43d5c02


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  43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd (commit)
      from  76a9b9986141b1a7d9fd290c349d27fcee780c7a (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=43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd

commit 43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 10 11:22:32 2013 +0100

    Fix build on hurd
    
    * string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.

diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index 4ee101a..5095e98 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.c
@@ -24,6 +24,7 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/param.h>
 
 #ifndef STRING_TYPE
 # define STRING_TYPE char

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

Summary of changes:
 string/strcoll_l.c |    1 +
 1 files changed, 1 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]