From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83652 invoked by alias); 26 Oct 2015 19:07:23 -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 83638 invoked by uid 89); 26 Oct 2015 19:07:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f174.google.com Received: from mail-qk0-f174.google.com (HELO mail-qk0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 26 Oct 2015 19:07:21 +0000 Received: by qkcn129 with SMTP id n129so3693891qkc.1 for ; Mon, 26 Oct 2015 12:07:19 -0700 (PDT) X-Received: by 10.55.77.71 with SMTP id a68mr15825372qkb.106.1445886439672; Mon, 26 Oct 2015 12:07:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.75.66 with HTTP; Mon, 26 Oct 2015 12:06:48 -0700 (PDT) In-Reply-To: References: <1445831204-16588-1-git-send-email-simon.marchi@polymtl.ca> <1445831204-16588-6-git-send-email-simon.marchi@polymtl.ca> <562E5050.6010909@redhat.com> <562E6543.7040509@redhat.com> From: Simon Marchi Date: Tue, 27 Oct 2015 02:07:00 -0000 Message-ID: Subject: Re: [PATCH c++ 06/12] Fix constness problem in ioscm_make_gdb_stdio_port To: Doug Evans Cc: Pedro Alves , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-10/txt/msg00581.txt.bz2 On 26 October 2015 at 14:36, Doug Evans wrote: > Fine by me. Thanks, pushed.