From mboxrd@z Thu Jan 1 00:00:00 1970 From: law@sourceware.cygnus.com To: src-cvs@sourceware.cygnus.com Subject: src/libiberty ChangeLog pexecute.c Date: Wed, 26 Jul 2000 18:49:00 -0000 Message-id: <20000727014921.18199.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q3/msg00024.html List-Id: CVSROOT: /cvs/src Module name: src Changes by: law@sourceware.cygnus.com 2000-07-26 18:49:21 Modified files: libiberty : ChangeLog pexecute.c Log message: * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to __DJGPP__. Use P_WAIT instead of constant in the spawnv* call. Cast program to 'char *' in errmsg_arg assignment. (PWAIT_ERROR): Define. (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform to DJGPP's WIF* macros. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.31&r2=1.32 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/pexecute.c.diff?cvsroot=src&r1=1.5&r2=1.6