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.10-403-g2c5c07f


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  2c5c07f5fc27dab969c1bd885981d095580e53cd (commit)
      from  de2cc8095bf7fa4202d0d4c038c8be61dc60fd41 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2c5c07f5fc27dab969c1bd885981d095580e53cd

commit 2c5c07f5fc27dab969c1bd885981d095580e53cd
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Oct 30 07:15:12 2009 -0700

    Add missing declarations.

diff --git a/ChangeLog b/ChangeLog
index 6562469..8039e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-10-30  Andreas Schwab  <schwab@redhat.com>
 
+	* locale/programs/locale-spec.c: Include <error.h> and
+	<libintl.h>.
+
 	* sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
 
 2009-10-28  Roland McGrath  <roland@redhat.com>
diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c
index 63a7a32..43df46b 100644
--- a/locale/programs/locale-spec.c
+++ b/locale/programs/locale-spec.c
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <error.h>
+#include <libintl.h>
 #include <stdio.h>
 #include <string.h>
 #include <wchar.h>

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

Summary of changes:
 ChangeLog                     |    3 +++
 locale/programs/locale-spec.c |    2 ++
 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]