Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux32/common



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.




Home | Main Index | Thread Index | Old Index