Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* (FWD) [PATCH] include sys/param.h for sparc
@ 2002-03-19 10:17 David O'Brien
  2002-03-20 13:40 ` Michael Snyder
  0 siblings, 1 reply; 2+ messages in thread
From: David O'Brien @ 2002-03-19 10:17 UTC (permalink / raw)
  To: gdb-patches


  ____    _                   _ 
 |  _ \  (_)  _ __     __ _  | |
 | |_) | | | | '_ \   / _` | | |
 |  __/  | | | | | | | (_| | |_|
 |_|     |_| |_| |_|  \__, | (_)
                      |___/     


----- 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 -----


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-20 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19 10:17 (FWD) [PATCH] include sys/param.h for sparc David O'Brien
2002-03-20 13:40 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox