From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29734 invoked by alias); 10 Jan 2002 21:16:47 -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 29626 invoked from network); 10 Jan 2002 21:16:44 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sources.redhat.com with SMTP; 10 Jan 2002 21:16:44 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.6/8.11.6) id g0ALGg532710; Thu, 10 Jan 2002 13:16:42 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Thu, 10 Jan 2002 13:16:00 -0000 From: Richard Henderson To: Michael Snyder Cc: binutils@sources.redhat.com, nickc@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Change "pid_t" param to long (portability) Message-ID: <20020110131642.A32706@redhat.com> References: <200201101935.g0AJZSt06600@reddwarf.cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200201101935.g0AJZSt06600@reddwarf.cygnus.com>; from msnyder@cygnus.com on Thu, Jan 10, 2002 at 11:35:28AM -0800 X-SW-Source: 2002-01/txt/msg00253.txt.bz2 On Thu, Jan 10, 2002 at 11:35:28AM -0800, Michael Snyder wrote: > * elf.c (elfcore_write_prstatus): Use long instead of pid_t; > (elfcore_write_pstatus): Use long instead of pid_t; > * elf-bfd.h: Change prototypes to use long instead of pid_t; Ok. r~