From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4777 invoked by alias); 8 Jan 2011 12:37:17 -0000 Received: (qmail 4669 invoked by uid 22791); 8 Jan 2011 12:37:16 -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; Sat, 08 Jan 2011 12:37:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 42E0D2BAB88; Sat, 8 Jan 2011 07:37:09 -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 7TGNNF7IFcd7; Sat, 8 Jan 2011 07:37:09 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C9D602BAB6C; Sat, 8 Jan 2011 07:37:08 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id AF8E31459AD; Sat, 8 Jan 2011 16:37:02 +0400 (RET) Date: Sat, 08 Jan 2011 12:37:00 -0000 From: Joel Brobecker To: Robert Millan Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] fix build on FreeBSD and GNU/kFreeBSD Message-ID: <20110108123702.GA2331@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-01/txt/msg00169.txt.bz2 > A small typo caused build breakage on FreeBSD and GNU/kFreeBSD, > see attached patch. [...] > 2011-01-08 Robert Millan > > * fbsd-nat.c (fbsd_find_memory_regions): Fix typo. Thanks for sending this patch. I've just applied it. Thank you, -- Joel