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.17-397-ge25cfa6


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  e25cfa60057364e8bb6e5340b26ac21341fa4953 (commit)
      from  58a1335e76a553e1cf4edeebc27f16fc9b53d6e6 (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=e25cfa60057364e8bb6e5340b26ac21341fa4953

commit e25cfa60057364e8bb6e5340b26ac21341fa4953
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Thu Mar 14 08:18:48 2013 +0530

    Fix formatting in last change

diff --git a/ChangeLog b/ChangeLog
index 9e7be29..fced6c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
+
 2013-03-14  Petr Baudis  <pasky@ucw.cz>
 
 	* sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
diff --git a/sysdeps/unix/sysv/linux/times.c b/sysdeps/unix/sysv/linux/times.c
index e59bb4e..2a5caf2 100644
--- a/sysdeps/unix/sysv/linux/times.c
+++ b/sysdeps/unix/sysv/linux/times.c
@@ -46,7 +46,7 @@ __times (struct tms *buf)
       touch (buf->tms_cstime);
 
       /* If we come here the memory is valid (or BUF is NULL, which is
-       * a valid condition for the kernel syscall) and the kernel did not
+         a valid condition for the kernel syscall) and the kernel did not
 	 return an EFAULT error.  Return the value given by the kernel.  */
     }
 

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

Summary of changes:
 ChangeLog                       |    4 ++++
 sysdeps/unix/sysv/linux/times.c |    2 +-
 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]