Subject: CVS commit: src/sys/arch/m68k/m68k
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/29/2007 00:02:53
Module Name:	src
Committed By:	martin
Date:		Sat Dec 29 00:02:53 UTC 2007

Modified Files:
	src/sys/arch/m68k/m68k: m68k_syscall.c

Log Message:
Make the copy of the syscall return value to register A0 independend of
options COMPAT_AOUT_M68K. Works around PR port-m68k/37631.
XXX we will phase out the copy to A0 completely and handle it in userland
XXX in the future.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/arch/m68k/m68k/m68k_syscall.c

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