Subject: CVS commit: src/sys/compat/linux32/common
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 12/17/2007 18:10:37
Module Name: src
Committed By: njoly
Date: Mon Dec 17 18:10:37 UTC 2007
Modified Files:
src/sys/compat/linux32/common: linux32_wait.c
Log Message:
Fix linux32_sys_wait4 by doing its own jobw instead off calling
linux_sys_wait4. It worked except when child resources were requested,
because 32/64 bits struct rusage differs in size ...
While here, update linux32_sys_waitpid to use linux32_sys_wait4 with a
NULL rusage.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux32/common/linux32_wait.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.