[commit-cp] classpath ChangeLog native/jni/native-lib/cpproc.c

Andrew John Hughes <[email protected]> Wed, 04 Feb 2009 14:17:19 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	09/02/04 14:17:19

Modified files:
	.              : ChangeLog 
	native/jni/native-lib: cpproc.c 

Log message:
	Revert the return on chdir == -1.
	
	2009-02-04  Andrew John Hughes  <[email protected]>
	
		* native/jni/native-lib/cpproc.c:
		(cpproc_forkAndExec): Don't return on a -1
		result from chdir as this may be valid in
		some cases.  A better fix is needed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9754&r2=1.9755
http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/native-lib/cpproc.c?cvsroot=classpath&r1=1.5&r2=1.6