From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27216 invoked by alias); 20 Mar 2002 21:40:08 -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 27050 invoked from network); 20 Mar 2002 21:39:59 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Mar 2002 21:39:59 -0000 Received: from redhat.com (notinuse.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA25652; Wed, 20 Mar 2002 13:39:58 -0800 (PST) Message-ID: <3C98FF43.46ABDC1C@redhat.com> Date: Wed, 20 Mar 2002 13:40: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: obrien@FreeBSD.org CC: gdb-patches@sources.redhat.com Subject: Re: (FWD) [PATCH] include sys/param.h for sparc References: <20020319101627.A74777@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00395.txt.bz2 David O'Brien wrote: > > ____ _ _ > | _ \ (_) _ __ __ _ | | > | |_) | | | | '_ \ / _` | | | > | __/ | | | | | | | (_| | |_| > |_| |_| |_| |_| \__, | (_) > |___/ Yow! ;-) > ----- Forwarded message from David O'Brien ----- > Subject: [PATCH] include sys/param.h for sparc > Date: Tue, 12 Mar 2002 19:23:46 -0800 > To: gdb-patches@sources.redhat.org > > OK to apply? Yeah, it looks fine. > Needed in the sparc64-*-freebsd* build. > > 2002-03-12 David O'Brien > > * sparc-nat.c: Include sys/param.h where possible. > > Index: sparc-nat.c > =================================================================== > RCS file: /cvs/src/src/gdb/sparc-nat.c,v > retrieving revision 1.11 > diff -u -r1.11 sparc-nat.c > --- sparc-nat.c 2001/11/26 16:42:11 1.11 > +++ sparc-nat.c 2002/03/13 03:22:24 > @@ -25,6 +25,9 @@ > #include "gdbcore.h" > #include "regcache.h" > > +#ifdef HAVE_SYS_PARAM_H > +#include > +#endif > #include > #include > #include > > ----- End forwarded message -----