From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9231 invoked by alias); 8 Dec 2003 17:01:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9223 invoked from network); 8 Dec 2003 17:01:26 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Dec 2003 17:01:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hB8H1Q203622 for ; Mon, 8 Dec 2003 12:01:26 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hB8H1Q225356; Mon, 8 Dec 2003 12:01:26 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hB8H1P85015301; Mon, 8 Dec 2003 12:01:25 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hB8H1JC02885; Mon, 8 Dec 2003 10:01:19 -0700 Date: Mon, 08 Dec 2003 17:01:00 -0000 From: Kevin Buettner Message-Id: <1031208170119.ZM2884@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [RFA] remote.c: Avoid multiple serial_close calls on baud rate error" (Dec 6, 8:57pm) References: <1031205203631.ZM15513@localhost.localdomain> <3FD288FF.70009@gnu.org> To: Andrew Cagney Subject: Re: [RFA] remote.c: Avoid multiple serial_close calls on baud rate error Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00256.txt.bz2 On Dec 6, 8:57pm, Andrew Cagney wrote: > Anyway, this change is fine. It makes the relevant code more robust. Committed. Thanks, Kevin