2005-05-11 Eli Zaretskii <eliz@gnu.org>
commit153b1b7cb7646adc01b462663e46a9ca566c73b6
authorIan Lance Taylor <ian@airs.com>
Thu, 12 May 2005 03:45:53 +0000 (12 03:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 12 May 2005 03:45:53 +0000 (12 03:45 +0000)
tree3ffdafe5e8a0e84a4384fd3599973b68298593cb
parent451c70a484cad60bd11467a98e7f8986d9fcc1a0
2005-05-11  Eli Zaretskii  <eliz@gnu.org>

* pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and
sys/stat.h.
(pex_init): Fix last argument to pex_init_common.
(pex_djgpp_exec_child): Remove leading underscore from _open,
_dup, _dup2, _close, and _spawnv/_spawnvp.  Replace `program',
which is undeclared, with `executable', which was unused.  Remove
unused variable `e'.  Fix casting of last arg to spawnv/spawnvp.
(pex_djgpp_wait): Declare arguments with ATTRIBUTE_UNUSED.
libiberty/ChangeLog
libiberty/pex-djgpp.c