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-145-ga2433aa


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  a2433aac7e3524f5c65c557e8ddba760b196f856 (commit)
      from  cdd915fd16872227c41fdff75b7a2602a987da5f (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=a2433aac7e3524f5c65c557e8ddba760b196f856

commit a2433aac7e3524f5c65c557e8ddba760b196f856
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed Aug 8 10:39:28 2012 -0700

    Add a missing #include.

diff --git a/ChangeLog b/ChangeLog
index f47f48d..7dbea5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-08-08  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/posix/fdopendir.c: Include <stddef.h>.
+
 	* sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
 	sysdeps/unix -> sysdeps/posix move.
 	* sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
diff --git a/sysdeps/posix/fdopendir.c b/sysdeps/posix/fdopendir.c
index beddcbe..0ffd3f9 100644
--- a/sysdeps/posix/fdopendir.c
+++ b/sysdeps/posix/fdopendir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2011 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
@@ -18,6 +18,7 @@
 #include <dirent.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <stddef.h>
 #include <sys/stat.h>
 
 #include <not-cancel.h>

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

Summary of changes:
 ChangeLog                 |    2 ++
 sysdeps/posix/fdopendir.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]