From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3267 invoked by alias); 21 Feb 2011 13:35:59 -0000 Received: (qmail 3138 invoked by uid 22791); 21 Feb 2011 13:35:58 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Feb 2011 13:35:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CE6292BAADF; Mon, 21 Feb 2011 08:35:51 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ddhRh0eMUrus; Mon, 21 Feb 2011 08:35:51 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 91BA82BAC1F; Mon, 21 Feb 2011 08:35:49 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8A0FA1459B0; Mon, 21 Feb 2011 17:35:43 +0400 (RET) Date: Mon, 21 Feb 2011 14:59:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] mingw port: Allow use of cvs GDB on Windows 95 Message-ID: <20110221133543.GL2600@adacore.com> References: <001201cbc46c$5b95b100$12c11300$@muller@ics-cnrs.unistra.fr> <000001cbc473$6ef9d120$4ced7360$@muller@ics-cnrs.unistra.fr> <002401cbc574$a8d990e0$fa8cb2a0$@muller@ics-cnrs.unistra.fr> <20110221102151.GG2600@adacore.com> <009301cbd1bd$88ed0550$9ac70ff0$@muller@ics-cnrs.unistra.fr> <20110221115805.GK2600@adacore.com> <009901cbd1c6$11b05650$351102f0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009901cbd1c6$11b05650$351102f0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2011-02/txt/msg00542.txt.bz2 > 2011-02-21 Pierre Muller > > * ser-mingw.c (ser_windows_close): Reformat comment to better > conform > to GNU coding standards. That's great. As long as we are not exceeding 80 chars without reason, I think we're good. Thanks again, -- Joel