Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/26/2008 20:57:46
Module Name:	src
Committed By:	dsl
Date:		Sat Jan 26 20:57:46 UTC 2008

Modified Files:
	src/sys/compat/netbsd32: netbsd32_netbsd.c

Log Message:
Split the return value of sys_lseek() into two 32 bit halves for retval[0/1]
in a manner that is endianness independant.
Should mean the amd64 will return correct offsets > 2^32 (sparc64 had a
special define).
Any new netbsd32 ports should work regardless of the endianness.


To generate a diff of this commit:
cvs rdiff -r1.137 -r1.138 src/sys/compat/netbsd32/netbsd32_netbsd.c

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