Subject: PR/37631 CVS commit: src/sys/arch/m68k/m68k
To: None <port-m68k-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@netbsd.org>
List: netbsd-bugs
Date: 12/29/2007 00:05:05
The following reply was made to PR port-m68k/37631; it has been noted by GNATS.

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37631 CVS commit: src/sys/arch/m68k/m68k
Date: Sat, 29 Dec 2007 00:02:53 +0000 (UTC)

 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.