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.14-200-g70538b7


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  70538b7fe6c9a23fb942b10a9e6da4c138557e3c (commit)
      from  f55ffe58e9754e54f2de20c67613e8a26a9878df (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=70538b7fe6c9a23fb942b10a9e6da4c138557e3c

commit 70538b7fe6c9a23fb942b10a9e6da4c138557e3c
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 22 12:16:12 2011 +0200

    Fix missing declaration

diff --git a/ChangeLog b/ChangeLog
index 1cfaf54..b206e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-08-22  Andreas Schwab  <schwab@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
+
 	* elf/dl-deps.c (_dl_map_object_deps): Move check for missing
 	dependencies back to end of function.
 
diff --git a/sysdeps/unix/sysv/linux/i386/scandir64.c b/sysdeps/unix/sysv/linux/i386/scandir64.c
index ae1970e..3953f46 100644
--- a/sysdeps/unix/sysv/linux/i386/scandir64.c
+++ b/sysdeps/unix/sysv/linux/i386/scandir64.c
@@ -35,6 +35,7 @@
 versioned_symbol (libc, __scandir64, scandir64, GLIBC_2_2);
 
 #if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2)
+# include <string.h>
 # include <errno.h>
 # include "olddirent.h"
 

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

Summary of changes:
 ChangeLog                                |    2 ++
 sysdeps/unix/sysv/linux/i386/scandir64.c |    1 +
 2 files changed, 3 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]