This is the mail archive of the
src-cvs@sources.redhat.com
mailing list .
src/libiberty ChangeLog pex-djgpp.c
- From: ian at sourceware dot org
- To: src-cvs at sources dot redhat dot com
- Date: 12 May 2005 03:45:54 -0000
- Subject: src/libiberty ChangeLog pex-djgpp.c
CVSROOT: /cvs/src
Module name: src
Changes by: ian@sourceware.org 2005-05-12 03:45:54
Modified files:
libiberty : ChangeLog pex-djgpp.c
Log message:
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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.344&r2=1.345
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pex-djgpp.c.diff?cvsroot=src&r1=1.4&r2=1.5