* inflow.c: Remove unused includes of sys/param.h and sys/types.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 9 Oct 1993 00:00:56 +0000 (00:00 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 9 Oct 1993 00:00:56 +0000 (00:00 +0000)
commitc18b613acd0704c91a82ccb13e1bb7f3c64136d6
treeebcdd7f27e50e87fd99d2084dcd63ed3816185dd
parenta71c0593c6f836e5e6607619209938dff0e7a093
* inflow.c: Remove unused includes of sys/param.h and sys/types.h.

* inflow.c, ser-unix.c, ser-go32.c, ser-tcp.c, serial.h,
terminal.h, fork-child.c, main.c, utils.c: Move all the process
group stuff back to inflow.c and terminal.h; 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 redefines and includes if HAVE_TERMIOS.
gdb/ChangeLog
gdb/fork-child.c