Date: Tue, 31 Jul 2007 17:09:05 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/arm/arm trap.c Message-ID: <200707311709.l6VH95Gf071781@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2007-07-31 17:09:05 UTC
FreeBSD src repository
Modified files:
sys/arm/arm trap.c
Log:
MFppc:
revision 1.66
date: 2007/07/31 06:23:26; author: marcel; state: Exp; lines: +2 -2
Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek
syscall. It was broken when a new lseek syscall was introduced.
The problem is that we need to swap the 32-bit td_retval values
for the __syscall indirect syscall when the actual syscall has
a 32-bit return value. Hence, we need to exclude lseek(2). And
this means the "old" lseek(2) as well -- which we didn't.
Based on a patch from: grehan@
Approved by: re (blanket)
Revision Changes Path
1.35 +1 -1 src/sys/arm/arm/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707311709.l6VH95Gf071781>
