Searched hist:171670 (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dtrap.cdiff 171670 Tue Jul 31 04:23:26 MDT 2007 marcel 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 (rwatson)

Completed in 183 milliseconds