From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 696 invoked by alias); 18 Jun 2007 21:13:06 -0000 Received: (qmail 687 invoked by uid 22791); 18 Jun 2007 21:13:05 -0000 X-Spam-Check-By: sourceware.org Received: from elrond.portugalmail.pt (HELO elrond.portugalmail.pt) (195.245.179.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Jun 2007 21:13:03 +0000 Received: from localhost (localhost [127.0.0.1]) by elrond.portugalmail.pt (Postfix) with ESMTP id A787B531B3 for ; Mon, 18 Jun 2007 22:12:59 +0100 (WEST) Received: from elrond.portugalmail.pt ([127.0.0.1]) by localhost (elrond.portugalmail.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RzHQtLVLFonn for ; Mon, 18 Jun 2007 22:12:59 +0100 (WEST) Received: from [127.0.0.1] (88.210.69.0.rev.optimus.pt [88.210.69.0]) (Authenticated sender: pedro_alves@portugalmail.pt) by elrond.portugalmail.pt (Postfix) with ESMTP id 3FBAF530E4 for ; Mon, 18 Jun 2007 22:12:55 +0100 (WEST) Message-ID: <4676F524.5050408@portugalmail.pt> Date: Mon, 18 Jun 2007 21:13:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.12) Gecko/20070509 Thunderbird/1.5.0.12 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [rfc] Shared libraries over the remote protocol, take two References: <20070618150211.GA23415@caradoc.them.org> In-Reply-To: <20070618150211.GA23415@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000750-1, 18-06-2007), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes 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: 2007-06/txt/msg00353.txt.bz2 Daniel Jacobowitz wrote: - if (!strncmp (p, "awatch", strlen ("awatch")) != 0) + if (strncmp (p, "awatch", strlen("awatch")) != 0) I can only imagine how this ended up on the patch :) Cheers, Pedro Alves