From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96684 invoked by alias); 27 Nov 2019 19:12:13 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 96675 invoked by uid 89); 27 Nov 2019 19:12:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*F:D*br X-HELO: smtpout1.mo528.mail-out.ovh.net Date: Wed, 27 Nov 2019 19:12:00 -0000 From: "Gabriel F. T. Gomes" To: Florian Weimer CC: , Paul E Murphy Subject: Re: [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions Message-ID: <20191127161159.440d9eee@tereshkova> In-Reply-To: <87zhgyb9it.fsf@oldenburg2.str.redhat.com> References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-16-gabriel@inconstante.net.br> <87zhgyb9it.fsf@oldenburg2.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 14594477542454382228 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrudeihedguddvudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjqdffgfeufgfipdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkjghfofggtgfgihesthejredtredtvdenucfhrhhomhepfdfirggsrhhivghlucfhrdcuvfdrucfiohhmvghsfdcuoehgrggsrhhivghlsehinhgtohhnshhtrghnthgvrdhnvghtrdgsrheqnecukfhppedtrddtrddtrddtpddujeelrddukedvrdduheegrddutddtnecurfgrrhgrmhepmhhouggvpehsmhhtphdqohhuthdphhgvlhhopefgigegrdgvmhhprdhlohgtrghlpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpehgrggsrhhivghlsehinhgtohhnshhtrghnthgvrdgvthhirdgsrhdprhgtphhtthhopehmuhhrphhhhihpsehlihhnuhigrdhisghmrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-SW-Source: 2019-11/txt/msg00917.txt.bz2 On Thu, 14 Nov 2019, Florian Weimer wrote: >Copyright year needs adjusting (twice). Fixed. >I don't think we will ever pass through /dev/log from the container, so >this should work for suppressing the messages. > >You could also use support_become_root, and, in the child process, >xchroot if you don't want to use the full container environment, but the >container is okay too. Thanks, now pushed with the copyright years fixed.