From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32202 invoked by alias); 3 Nov 2006 23:43:50 -0000 Received: (qmail 32193 invoked by uid 22791); 3 Nov 2006 23:43:49 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr17.xs4all.nl (HELO smtp-vbr17.xs4all.nl) (194.109.24.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Nov 2006 23:43:47 +0000 Received: from webmail.xs4all.nl (dovemail6.xs4all.nl [194.109.26.8]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id kA3NdhBo011851; Sat, 4 Nov 2006 00:39:58 +0100 (CET) (envelope-from mark.kettenis@xs4all.nl) Received: from 82.92.89.47 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Sat, 4 Nov 2006 00:39:59 +0100 (CET) Message-ID: <11514.82.92.89.47.1162597199.squirrel@webmail.xs4all.nl> In-Reply-To: <20061103153625.GA5372@nevyn.them.org> References: <200611031833.17855.vladimir@codesourcery.com> <20061103153625.GA5372@nevyn.them.org> Date: Fri, 03 Nov 2006 23:43:00 -0000 Subject: Re: Fix target remote pipe error message From: "Mark Kettenis" To: "Vladimir Prus" , gdb-patches@sources.redhat.com User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00025.txt.bz2 > On Fri, Nov 03, 2006 at 06:33:17PM +0300, Vladimir Prus wrote: > > This patch fixes the error message. OK? > > > > - Volodya > > > > * serial.c (serial_open): Strip leading spaces from program name > > when opening pipe. > > OK. > > > - open_name = name + 1; /* discard ``|'' */ > > + /* discard ``|'' and any space before the command itself. */ > > Two spaces after period please. And start the sentence with a capital...