OSDN Git Service

* utils.c (internal_vproblem): Guard call to fork with
authormmitchel <mmitchel>
Wed, 16 Mar 2005 15:58:36 +0000 (15:58 +0000)
committermmitchel <mmitchel>
Wed, 16 Mar 2005 15:58:36 +0000 (15:58 +0000)
commit255c7721168e769b7c06ffcc32697a34148b7b20
treec99cda3d4f224c9df7e69f3c0a747c2a9508ff79
parent2ef9bfd41d93712761bbf338ca6ee6daae34d5d1
* utils.c (internal_vproblem): Guard call to fork with
HAVE_WORKING_FORK.
* cli/cli-cmds.c (shell_escape): Guard call to vfork with
HAVE_WORKING_VFORK and HAVE_WORKING_FORK.

* remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
S_IRGRP and related macros.
(remote_fileio_mode_to_target): Likewise.
gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/remote-fileio.c
gdb/utils.c