From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29295 invoked by alias); 30 May 2014 08:27:15 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 29273 invoked by uid 89); 30 May 2014 08:27:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 May 2014 08:27:12 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4U8R5Xc032168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 30 May 2014 04:27:05 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4U8R0AE022201; Fri, 30 May 2014 04:27:01 -0400 Message-ID: <538840D4.70501@redhat.com> Date: Fri, 30 May 2014 08:27:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Chen Gang , jan.kratochvil@redhat.com, drow@false.org, ezannoni@kwikemart.cygnus.com, brobecker@gnat.com, muller@sourceware.org, nickc@redhat.com, macro@linux-mips.org, binutils@sourceware.org Subject: Re: [PATCH] readline/util.c: use '%d' instead of 'ld' to avoid compiling warning References: <5387CCBD.7070203@gmail.com> <20140530021507.GT6679@bubble.grove.modra.org> <5387F1F7.8090207@gmail.com> In-Reply-To: <5387F1F7.8090207@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-05/txt/msg00288.txt.bz2 On 05/30/2014 03:50 AM, Chen Gang wrote: > If we have a tool to tell members (especially new members) the related > mailing addresses (e.g. "scripts/get_maintainer.pl" under Linux kernel > and/or Qemu), that will be cool! I agree. If you'd like to contribute one, it'll be gladly accepted. The information can currently be found in the MAINTAINERS files in the several directories in the tree. > Please help integrate it into mainline. If need me send patch v2, please > let me know (no reply means "will integrate the correct fix into > mainline by maintainers directly"). We prefer avoiding diverging our readline copy from upstream if possible. Please send a corrected patch to the readline list. Once it is accepted there, we can then backport the fix into our tree. Thanks! -- Pedro Alves