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.17-851-g1d17fa5


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  1d17fa5f8e3d5fb84d9b944d5fe3712cde83db48 (commit)
      from  8fcb833a2b28d434649d10f75f869fbbd8cd3f03 (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=1d17fa5f8e3d5fb84d9b944d5fe3712cde83db48

commit 1d17fa5f8e3d5fb84d9b944d5fe3712cde83db48
Author: Richard Henderson <rth@twiddle.net>
Date:   Tue Jun 25 09:27:01 2013 -0700

    Fix missing libc-internal.h include.
    
    	* locale/programs/locarchive.c: Include <libc-internal.h>

diff --git a/ChangeLog b/ChangeLog
index e1a0c48..1502973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Richard Henderson  <rth@redhat.com>
+
+	* locale/programs/locarchive.c: Include <libc-internal.h>
+
 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
 
 	* manual/texinfo.tex: Update to version 2013-06-21.17, with
diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
index 3255c6c..d8df39a 100644
--- a/locale/programs/locarchive.c
+++ b/locale/programs/locarchive.c
@@ -40,6 +40,7 @@
 #include <sys/shm.h>
 #include <sys/stat.h>
 
+#include <libc-internal.h>
 #include <libc-mmap.h>
 #include "../../crypt/md5.h"
 #include "../localeinfo.h"

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

Summary of changes:
 ChangeLog                    |    4 ++++
 locale/programs/locarchive.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]