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.28.9000-240-g3ed7c33


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  3ed7c33fa2915008ec861f25b2d54a0ccc59ca21 (commit)
      from  e3a88b3e9d7dc37e5e0d7d2a49161442081198e0 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3ed7c33fa2915008ec861f25b2d54a0ccc59ca21

commit 3ed7c33fa2915008ec861f25b2d54a0ccc59ca21
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Oct 31 09:17:05 2018 +0100

    hurd: Fix build
    
    	* sysdeps/gnu/errlist.c (EIEIO): Fix comment marker.

diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c
index ccb9986..77577bf 100644
--- a/sysdeps/gnu/errlist.c
+++ b/sysdeps/gnu/errlist.c
@@ -974,7 +974,7 @@ TRANS You did @strong{what}? */
 #endif
 #ifdef EIEIO
 /*
-TRANS Go home and have a glass of warm, dairy-fresh milk. */
+TRANS Go home and have a glass of warm, dairy-fresh milk.
 TRANS @c Okay.  Since you are dying to know, I'll tell you.
 TRANS @c This is a joke, obviously.  There is a children's song which begins,
 TRANS @c "Old McDonald had a farm, e-i-e-i-o."  Every time I see the (real)
@@ -987,7 +987,7 @@ TRANS @c
 TRANS @c "bought the farm" means "died".  -jtobey
 TRANS @c
 TRANS @c Translators, please do not translate this litteraly, translate it into
-TRANS @c an idiomatic funny way of saying that the computer died.
+TRANS @c an idiomatic funny way of saying that the computer died. */
     [ERR_REMAP (EIEIO)] = N_("Computer bought the farm"),
 # if EIEIO > ERR_MAX
 # undef ERR_MAX

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

Summary of changes:
 sysdeps/gnu/errlist.c |    4 ++--
 1 files changed, 2 insertions(+), 2 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]