Reference: gdb-pend/636

* inflow.c:  remove #include <sys/dir.h>.  Not necessary, and
doesn't exist on some systems.
This commit is contained in:
Stu Grossman
1992-01-15 01:11:30 +00:00
parent 5e746644b6
commit 8c3d2a53db

View File

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