From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4758 invoked by alias); 28 Jun 2002 20:15:51 -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 4740 invoked from network); 28 Jun 2002 20:15:45 -0000 Received: from unknown (HELO dragon.nuxi.com) (66.92.13.169) by sources.redhat.com with SMTP; 28 Jun 2002 20:15:45 -0000 Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.4/8.12.2) with ESMTP id g5SKFjtL053796 for ; Fri, 28 Jun 2002 13:15:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.4/Submit) id g5SKFikd053795 for gdb-patches@sources.redhat.com; Fri, 28 Jun 2002 13:15:44 -0700 (PDT) Date: Fri, 28 Jun 2002 13:15:00 -0000 From: "David O'Brien" To: gdb-patches@sources.redhat.com Subject: Include param.h on FreeBSD/i386 Message-ID: <20020628131544.A53773@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 X-SW-Source: 2002-06/txt/msg00573.txt.bz2 I applied this patch to both mainline and 5.2_branch: 2002-06-28 David O'Brien * config/i386/nm-fbsd.h: Include . * config/i386/tm-fbsd.h: Likewise. Index: config/i386/nm-fbsd.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/nm-fbsd.h,v retrieving revision 1.6 diff -u -r1.6 nm-fbsd.h --- config/i386/nm-fbsd.h 31 Mar 2002 17:47:17 -0000 1.6 +++ config/i386/nm-fbsd.h 28 Jun 2002 18:44:16 -0000 @@ -28,6 +28,10 @@ #include "i386/nm-i386.h" +#ifdef HAVE_SYS_PARAM_H +#include +#endif + /* Provide access to the i386 hardware debugging registers. */ #define I386_DR_LOW_SET_CONTROL(control) \ Index: config/i386/tm-fbsd.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/tm-fbsd.h,v retrieving revision 1.7 diff -u -r1.7 tm-fbsd.h --- config/i386/tm-fbsd.h 15 Jun 2002 18:09:31 -0000 1.7 +++ config/i386/tm-fbsd.h 28 Jun 2002 18:44:16 -0000 @@ -23,6 +23,10 @@ #include "i386/tm-i386.h" +#ifdef HAVE_SYS_PARAM_H +#include +#endif + /* These defines allow the recognition of sigtramps as a function name .