From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25586 invoked by alias); 12 May 2005 03:45:54 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 25568 invoked by uid 77); 12 May 2005 03:45:54 -0000 Date: Thu, 12 May 2005 03:45:00 -0000 Message-ID: <20050512034554.25567.qmail@sourceware.org> From: ian@sourceware.org To: src-cvs@sources.redhat.com Subject: src/libiberty ChangeLog pex-djgpp.c X-SW-Source: 2005-q2/txt/msg00041.txt.bz2 List-Id: 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 * 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