From a14a8fad360ddc983045a94621380761fa30721d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 8 Oct 1993 22:18:27 +0000 Subject: * inflow.c: Remove unused includes of sys/param.h, etc. * inflow.c, ser-unix.c, ser-go32.c, ser-tcp.c, serial.h, terminal.h: Move all the process group stuff back to inflow.c; that's a better place for it and fixes problems with trying to get/set the process group of a tty we're doing remote debugging on. * terminal.h: Skip the redefine crap if HAVE_TERMIOS. --- gdb/ser-go32.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'gdb/ser-go32.c') diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index 7d0ec70..e77fd56 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -344,15 +344,6 @@ go32_setbaudrate (scb, rate) } static int -go32_set_process_group (scb, ttystate, group) - serial_t scb; - serial_ttystate ttystate; - int group; -{ - return 0; -} - -static int go32_write (scb, str, len) serial_t scb; const char *str; @@ -386,18 +377,8 @@ static struct serial_ops go32_ops = go32_print_tty_state, go32_noflush_set_tty_state, go32_setbaudrate, - go32_set_process_group }; -/* There is never job control on go32. */ -int -gdb_setpgid () -{ - return 0; -} - -int job_control = 0; - _initialize_ser_go32 () { serial_add_interface (&go32_ops); -- cgit v1.1