projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93213b
)
* core-sol2.c: #include <sys/types.h>, for sol2.7 weirdness.
author
Felix Lee
<flee@cygnus>
Sat, 17 Oct 1998 17:40:35 +0000
(17:40 +0000)
committer
Felix Lee
<flee@cygnus>
Sat, 17 Oct 1998 17:40:35 +0000
(17:40 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/core-sol2.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
0523fe2
..
0f32662
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Sat Oct 17 17:39:23 1998 Felix Lee <flee@cygnus.com>
+
+ * core-sol2.c: #include <sys/types.h>, for sol2.7 weirdness.
+
Fri Oct 16 15:31:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* m32r-tdep.c (decode_prologue): Return failure if we reach
diff --git
a/gdb/core-sol2.c
b/gdb/core-sol2.c
index
9e07c35
..
0c5eac1
100644
(file)
--- a/
gdb/core-sol2.c
+++ b/
gdb/core-sol2.c
@@
-30,6
+30,7
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#undef fpregset_t
#include <time.h>
+#include <sys/types.h>
#include <sys/regset.h>
#include <sys/procfs.h>
#include <fcntl.h>