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.16-ports-merge-690-g12df29e


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  12df29e2d24e96421b0ac7842acef79edb19c4af (commit)
      from  018f9a78d3d92a9ede6298a65c5edfef5805d5d6 (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=12df29e2d24e96421b0ac7842acef79edb19c4af

commit 12df29e2d24e96421b0ac7842acef79edb19c4af
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Nov 17 03:43:53 2012 +0000

    Include string.h in sysdeps/unix/sysv/linux/fxstatat.c.

diff --git a/ChangeLog b/ChangeLog
index 95e1809..82c48f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
+
 	* elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
 
 	* posix/getconf-speclist.c: New file.
diff --git a/sysdeps/unix/sysv/linux/fxstatat.c b/sysdeps/unix/sysv/linux/fxstatat.c
index 89638ba..9bb6089 100644
--- a/sysdeps/unix/sysv/linux/fxstatat.c
+++ b/sysdeps/unix/sysv/linux/fxstatat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -23,6 +23,7 @@
 #include <fcntl.h>
 #include <stddef.h>
 #include <stdio.h>
+#include <string.h>
 #include <sys/stat.h>
 #include <kernel_stat.h>
 

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

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