From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13586 invoked by alias); 17 Jul 2002 23:07:31 -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 13578 invoked from network); 17 Jul 2002 23:07:30 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 17 Jul 2002 23:07:30 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6HN83Q28155; Wed, 17 Jul 2002 16:08:03 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6HN7SJ16184; Wed, 17 Jul 2002 16:07:28 -0700 Date: Wed, 17 Jul 2002 16:59:00 -0000 From: Kevin Buettner Message-Id: <1020717230727.ZM16183@localhost.localdomain> In-Reply-To: Michael Snyder "Re: AIX thread support" (Jul 17, 3:24pm) References: <200207172224.g6HMOT121757@reddwarf.sfbay.redhat.com> To: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: AIX thread support MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00377.txt.bz2 On Jul 17, 3:24pm, Michael Snyder wrote: > How about a patch to your patch? This brings some comments up to > coding standard, and shortens a few long lines (basically it's all > whitespace changes). > > Michael > > 2002-07-17 Michael Snyder > > * aix-thread.c: Shorten some long lines. > Bring comments into line with code spec. Looks good to me. Commit away... Thanks, Kevin