aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-01-15 01:11:30 +0000
committerStu Grossman <grossman@cygnus>1992-01-15 01:11:30 +0000
commit8c3d2a53db45eda533c3b93aa3bd5d4d570b2493 (patch)
tree5ff1b440c41396702b40c1974b3f132a7fa48e08
parent5e746644b625e336cd4052a74d38ed099067c576 (diff)
downloadgdb-8c3d2a53db45eda533c3b93aa3bd5d4d570b2493.zip
gdb-8c3d2a53db45eda533c3b93aa3bd5d4d570b2493.tar.gz
gdb-8c3d2a53db45eda533c3b93aa3bd5d4d570b2493.tar.bz2
Reference: gdb-pend/636
* inflow.c: remove #include <sys/dir.h>. Not necessary, and doesn't exist on some systems.
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 04fe54d..af85e19 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com)
+ * inflow.c: remove #include <sys/dir.h>. Not necessary, and
+ doesn't exist on some systems.
+
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
nexting over recursive function calls.