* configure.in: Check for setpgid function.
authorFred Fish <fnf@specifix.com>
Fri, 5 Apr 1996 04:22:08 +0000 (04:22 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 5 Apr 1996 04:22:08 +0000 (04:22 +0000)
commit72ae15f6b0b419e5bb334a232f00f5710e8597ba
tree876ae6825109279adddc5811d37c6f7fb8e86d07
parentab1aa5cd6cd1e18814c20c8801e989fc260b8ee9
* configure.in: Check for setpgid function.
* config.in: Regenerate with autoheader.
* configure: Regenerate with autoconf.
* inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
if it is actually defined.
(gdb_setpgid): Use HAVE_SETPGID.
* ch-exp.c: Change include of <string.h> to "gdb_string.h".
* c-exp.y: Ditto.
* f-exp.y: Ditto.
* m2-exp.y: Ditto.
* c-exp.y: Include <ctype.h>.
* serial.c: Ditto.
* config/m68k/nm-news.h: Add typedef for pid_t which is
apparently missing from <sys/types.h>.  Enclose entire
file in NM_NEWS_H ifndef and define when included.
* config/mips/nm-news-mips.h: Ditto.
* config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
12 files changed:
gdb/ChangeLog
gdb/c-exp.y
gdb/ch-exp.c
gdb/config.in
gdb/config/m68k/nm-news.h
gdb/config/m68k/tm-m68k.h
gdb/config/mips/nm-news-mips.h
gdb/configure
gdb/configure.in
gdb/f-exp.y
gdb/m2-exp.y
gdb/serial.c
This page took 0.026227 seconds and 4 git commands to generate.