Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: obrien@FreeBSD.org
Cc: gdb-patches@sources.redhat.com
Subject: Re: (FWD) [PATCH] include sys/param.h for sparc
Date: Wed, 20 Mar 2002 13:40:00 -0000	[thread overview]
Message-ID: <3C98FF43.46ABDC1C@redhat.com> (raw)
In-Reply-To: <20020319101627.A74777@dragon.nuxi.com>

David O'Brien wrote:
> 
>   ____    _                   _
>  |  _ \  (_)  _ __     __ _  | |
>  | |_) | | | | '_ \   / _` | | |
>  |  __/  | | | | | | | (_| | |_|
>  |_|     |_| |_| |_|  \__, | (_)
>                       |___/

Yow!    ;-)

> ----- Forwarded message from David O'Brien <obrien@FreeBSD.org> -----
> 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  <obrien@FreeBSD.org>
> 
>         * 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 <sys/param.h>
> +#endif
>  #include <signal.h>
>  #include <sys/ptrace.h>
>  #include <sys/wait.h>
> 
> ----- End forwarded message -----


      reply	other threads:[~2002-03-20 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-19 10:17 David O'Brien
2002-03-20 13:40 ` Michael Snyder [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C98FF43.46ABDC1C@redhat.com \
    --to=msnyder@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=obrien@FreeBSD.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox