From: "David O'Brien" <obrien@FreeBSD.org>
To: gdb-patches@sources.redhat.com
Subject: (FWD) [PATCH] include sys/param.h for sparc
Date: Tue, 19 Mar 2002 10:17:00 -0000 [thread overview]
Message-ID: <20020319101627.A74777@dragon.nuxi.com> (raw)
____ _ _
| _ \ (_) _ __ __ _ | |
| |_) | | | | '_ \ / _` | | |
| __/ | | | | | | | (_| | |_|
|_| |_| |_| |_| \__, | (_)
|___/
----- 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?
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 -----
next reply other threads:[~2002-03-19 18:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-19 10:17 David O'Brien [this message]
2002-03-20 13:40 ` Michael Snyder
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=20020319101627.A74777@dragon.nuxi.com \
--to=obrien@freebsd.org \
--cc=gdb-patches@sources.redhat.com \
/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