GNU C Library master sources branch, master, updated. glibc-2.15-167-gdf6a4a4
jsm28@sourceware.org
jsm28@sourceware.org
Wed Feb 15 20:40:00 GMT 2012
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 df6a4a4aec992a20cdea2ad4cfc1341b3e96978b (commit)
from 1cac72362af836bf205b40998f26b074a97873bc (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=df6a4a4aec992a20cdea2ad4cfc1341b3e96978b
commit df6a4a4aec992a20cdea2ad4cfc1341b3e96978b
Author: Mike Frysinger <vapier@gentoo.org>
Date: Wed Feb 15 20:39:49 2012 +0000
Include sys/param.h in getcwd.c.
diff --git a/ChangeLog b/ChangeLog
index a802b93..cb00422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-15 Mike Frysinger <vapier@gentoo.org>
+
+ * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
+
2012-02-15 Roland McGrath <roland@hack.frob.com>
* mach/devstream.c (cookie_io_functions_t): Macro removed.
diff --git a/sysdeps/unix/sysv/linux/getcwd.c b/sysdeps/unix/sysv/linux/getcwd.c
index 0480a40..6e3c5e0 100644
--- a/sysdeps/unix/sysv/linux/getcwd.c
+++ b/sysdeps/unix/sysv/linux/getcwd.c
@@ -1,6 +1,5 @@
/* Determine current working directory. Linux version.
- Copyright (C) 1997,1998,1999,2000,2002,2003,2006,2011
- Free Software Foundation, Inc.
+ Copyright (C) 1997-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -23,6 +22,7 @@
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
+#include <sys/param.h>
#include <sysdep.h>
#include <sys/syscall.h>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
sysdeps/unix/sysv/linux/getcwd.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list