GNU Binutils with patches for OS216
Revision | da27380a4991375b25b6574ea0a1bae943e0f351 (tree) |
---|---|
Zeit | 2002-03-21 11:05:01 |
Autor | David O'Brien <obrien@Free...> |
Commiter | David O'Brien |
Merge from mainline:
2002-03-20 David O'Brien <obrien@FreeBSD.org>
* sparc-nat.c: Include sys/param.h where possible.
@@ -1,3 +1,7 @@ | ||
1 | +2002-03-20 David O'Brien <obrien@FreeBSD.org> | |
2 | + | |
3 | + * sparc-nat.c: Include sys/param.h where possible. | |
4 | + | |
1 | 5 | 2002-03-12 David O'Brien <obrien@FreeBSD.org> |
2 | 6 | |
3 | 7 | * config/sparc/fbsd.mh: Fix copyright. |
@@ -25,6 +25,9 @@ | ||
25 | 25 | #include "gdbcore.h" |
26 | 26 | #include "regcache.h" |
27 | 27 | |
28 | +#ifdef HAVE_SYS_PARAM_H | |
29 | +#include <sys/param.h> | |
30 | +#endif | |
28 | 31 | #include <signal.h> |
29 | 32 | #include <sys/ptrace.h> |
30 | 33 | #include <sys/wait.h> |