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.15-857-g7ac7729


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  7ac772940e915d2727f8d161741d3f74872d38dd (commit)
      from  caae5a8101236944532bb1b028e97654150df7bb (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=7ac772940e915d2727f8d161741d3f74872d38dd

commit 7ac772940e915d2727f8d161741d3f74872d38dd
Author: Andreas Jaeger <aj@suse.de>
Date:   Mon May 14 16:27:05 2012 +0200

    Remove unused variable in linux/getcwd.c

diff --git a/ChangeLog b/ChangeLog
index 12761ba..3554d9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-14  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
+	variable.
+
 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13717]
diff --git a/sysdeps/unix/sysv/linux/getcwd.c b/sysdeps/unix/sysv/linux/getcwd.c
index 8f88480..52dd975 100644
--- a/sysdeps/unix/sysv/linux/getcwd.c
+++ b/sysdeps/unix/sysv/linux/getcwd.c
@@ -49,7 +49,6 @@ char *
 __getcwd (char *buf, size_t size)
 {
   char *path;
-  int n;
   char *result;
 
 #ifndef NO_ALLOCATION

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

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