From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25523 invoked by alias); 8 Nov 2004 15:27:38 -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 25403 invoked from network); 8 Nov 2004 15:27:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 8 Nov 2004 15:27:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CRBQZ-0006g1-Jo; Mon, 08 Nov 2004 10:27:31 -0500 Date: Mon, 08 Nov 2004 15:27:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix PTRACE_EVENT_VFORKDONE -> PTRACE_EVENT_VFORK_DONE Message-ID: <20041108152731.GA25613@nevyn.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00128.txt.bz2 On Mon, Nov 08, 2004 at 04:00:17PM +0100, Andreas Schwab wrote: > The kernel header spells it differently. > > Andreas. > > 2004-11-08 Andreas Schwab > > * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from > PTRACE_EVENT_VFORKDONE. > (child_follow_fork): Adjust. That pesky underscore! I put it in myself and I still forget where it goes. This patch is OK; thanks a lot. -- Daniel Jacobowitz