From 79043f9ee8e7217005e2b75a656e153898f4221c Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 29 Apr 1991 20:54:42 +0000 Subject: * infrun.c: Don't include sys/user.h and friends (wrong for cross-debugging and not necessary anymore (see IN_SIGTRAMP in xm-vax.h)). [SET_STACK_LIMIT_HUGE]: Include . xm-tahoe.h: Don't define _DIRENT_. * xm-tahoe.h: Remove USE_OLD_TTY (not needed now that terminal.h includes sgtty.h before sys/ioctl.h). --- gdb/infrun.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index cd2e29a..c6117f7 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -141,18 +141,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #ifdef SET_STACK_LIMIT_HUGE +#include +#include + extern int original_stack_limit; #endif /* SET_STACK_LIMIT_HUGE */ -/* Required by . */ -#include -/* Required by , at least on system V. */ -#include -/* Needed by IN_SIGTRAMP on some machines (e.g. vax). */ -#include -/* Needed by IN_SIGTRAMP on some machines (e.g. vax). */ -#include - extern char *getenv (); extern struct target_ops child_ops; /* In inftarg.c */ -- cgit v1.1