Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/27/1998 10:04:28
Module Name:	src
Committed By:	christos
Date:		Tue Oct 27 18:04:27 UTC 1998

Modified Files:
	src/sys/arch/i386/i386: trap.c
Log Message:
PR/6356: Hubert Feyer: Linux emulation has problem w/ pipes

On linux we don't have syscalls that use retval[1] (edx). So don't
corrupt edx, because the compiler assumes that it has the same
value as before the syscall. Also, compute if we are running under
linux emulation in one place.  XXX: Someday we should have a syscall
function per emulation and avoid the mess.