From patchwork Wed Oct 31 08:17:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 991298 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-96863-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="pWf57n6s"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42lLnF0x0qz9s2P for ; Wed, 31 Oct 2018 19:18:08 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; q=dns; s=default; b=hPV FEYtpcVHDZUm/YvNqLEk9/9WbIwBZ1VEhgeq8mstGo309euNxnrwHbS5fToG8sEi syH2zOPRI4RXeWHZSk7wNxY6pyYsWvlafeYaj+I/UGVxl3D9Y4iR9LzoO2cqDh2L 6m+eNUCQNDX/6exmqju2pUJxfWF5G23NzU3Kohac= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=default; bh=BsjXo3fbx uoB5/+17M/HiGK4xMs=; b=pWf57n6sPMURXeLMg2ZRgmfvYXIN/yEhEWcCs+xA+ 1KIsuv/sR48iB8gbQHrweq6YdIJQGwTEwEezvRRqvyqBf5ynrEZfN5hfd5vAkOmK rIHVI7rMefuCiaYnc2qAaPpSmj658DTjdtSSpeoDc0+aNqcFb5OWhO/sSzeWLh5L Lo= Received: (qmail 82658 invoked by alias); 31 Oct 2018 08:18:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 82610 invoked by uid 89); 31 Oct 2018 08:18:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=died, HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Fix build Date: Wed, 31 Oct 2018 09:17:56 +0100 Message-Id: <20181031081756.21250-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 * sysdeps/gnu/errlist.c (EIEIO): Fix comment marker. --- sysdeps/gnu/errlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index ccb9986f57..77577bf3e1 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