Subject: CVS commit: src/sys/compat/linux/arch/i386
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/25/2005 02:19:06
Module Name:	src
Committed By:	christos
Date:		Sat Jun 25 02:19:06 UTC 2005

Modified Files:
	src/sys/compat/linux/arch/i386: linux_machdep.c

Log Message:
- include <sys/wait.h> so that this compile
- use the code field directly, instead of redoing the logic.
- XXX: the status field must be wrong. I think that the _WSTATUS()
  should not be used directly.


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sys/compat/linux/arch/i386/linux_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.