From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25656 invoked by alias); 10 Jan 2002 23:06:18 -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 25584 invoked from network); 10 Jan 2002 23:06:16 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 10 Jan 2002 23:06:16 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA06008; Thu, 10 Jan 2002 15:06:14 -0800 (PST) Message-ID: <3C3E1D30.FA9A74F0@redhat.com> Date: Thu, 10 Jan 2002 15:06:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Richard Henderson CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Change "pid_t" param to long (portability) References: <200201101935.g0AJZSt06600@reddwarf.cygnus.com> <20020110131642.A32706@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00257.txt.bz2 Richard Henderson wrote: > > 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. And committed. Thanks.