• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修订版da27380a4991375b25b6574ea0a1bae943e0f351 (tree)
时间2002-03-21 11:05:01
作者David O'Brien <obrien@Free...>
CommiterDavid O'Brien

Log Message

Merge from mainline:
2002-03-20 David O'Brien <obrien@FreeBSD.org>
* sparc-nat.c: Include sys/param.h where possible.

更改概述

差异

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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+
15 2002-03-12 David O'Brien <obrien@FreeBSD.org>
26
37 * config/sparc/fbsd.mh: Fix copyright.
--- a/gdb/sparc-nat.c
+++ b/gdb/sparc-nat.c
@@ -25,6 +25,9 @@
2525 #include "gdbcore.h"
2626 #include "regcache.h"
2727
28+#ifdef HAVE_SYS_PARAM_H
29+#include <sys/param.h>
30+#endif
2831 #include <signal.h>
2932 #include <sys/ptrace.h>
3033 #include <sys/wait.h>