diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-29 20:54:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-29 20:54:42 +0000 |
commit | 79043f9ee8e7217005e2b75a656e153898f4221c (patch) | |
tree | b4c81780a733ddfed06a2c208499da1e2ea98e76 /gdb/xm-tahoe.h | |
parent | 192040b1312ce0c9fe2e289e772ead79e87f6c81 (diff) | |
download | gdb-79043f9ee8e7217005e2b75a656e153898f4221c.zip gdb-79043f9ee8e7217005e2b75a656e153898f4221c.tar.gz gdb-79043f9ee8e7217005e2b75a656e153898f4221c.tar.bz2 |
* 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 <sys/{resource,time}.h>.
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).
Diffstat (limited to 'gdb/xm-tahoe.h')
-rw-r--r-- | gdb/xm-tahoe.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gdb/xm-tahoe.h b/gdb/xm-tahoe.h index 924fffa..d35d3d4 100644 --- a/gdb/xm-tahoe.h +++ b/gdb/xm-tahoe.h @@ -22,24 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * Computer Systems Lab, Department of Computer Science, 1991. */ -/* - * These first two are kludges to get this thing to compile under Reno (or - * at least the Reno running on okeeffe). It seems there are a few problems - * with the include files. - */ - -/* to compile infrun.c - - don't allow sys/dir.h to be included, it gets redefined and - by ufs/dir.h and screws up my life! */ -#define _DIRENT_ - -/* to compile remote.c - - when sys/ioctl.h get's called we need USE_OLD_TTY defined - so that ioctl_compat.h will be included. latter, sgtty.h - tries to define USE_OLD_TTY and call sys/ioctl.h but it's - too late */ -#define USE_OLD_TTY - /* Get rid of any system-imposed stack limit if possible. */ #define SET_STACK_LIMIT_HUGE |