From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65782 invoked by alias); 19 Aug 2015 16:52:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 65773 invoked by uid 89); 19 Aug 2015 16:52:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=BAYES_20,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: m.saper.info Received: from m.saper.info (HELO m.saper.info) (213.239.217.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 19 Aug 2015 16:52:36 +0000 Received: from m.saper.info (saper@m.saper.info [IPv6:2a01:4f8:a0:7383::]) by m.saper.info (8.14.9/8.14.9) with ESMTP id t7JGqWoN092602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 19 Aug 2015 16:52:32 GMT (envelope-from saper@saper.info) Received: from localhost (saper@localhost) by m.saper.info (8.14.9/8.14.9/Submit) with ESMTP id t7JGqWOT092599; Wed, 19 Aug 2015 16:52:32 GMT (envelope-from saper@saper.info) Date: Wed, 19 Aug 2015 16:52:00 -0000 From: Marcin Cieslak To: Yao Qi cc: gdb-patches@sourceware.org Subject: Re: [PATCH] procfs.c: Include "filestuff.h" In-Reply-To: <864mjv3e97.fsf@gmail.com> Message-ID: References: <864mjv3e97.fsf@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00523.txt.bz2 On Wed, 19 Aug 2015, Yao Qi wrote: > Otherwise, patch is OK to me. You can push it in or I can push it in in > case you don't have write access to git repository. Nits should be fixed. It is my first contribution to gdb ever, so I doubt I have a write access anywhere :) ~Marcin