cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c
syscalls.master
Brooks Davis
brooks at FreeBSD.org
Thu Jul 10 17:46:06 UTC 2008
brooks 2008-07-10 17:45:57 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c syscalls.master
Log:
SVN rev 180433 on 2008-07-10 17:45:57Z by brooks
id_t is a 64-bit integer and thus is passed as two arguments like off_t is.
As a result, those arguments must be recombined before calling the real
syscal implementation. This change fixes 32-bit compatibility for
cpuset_getid(), cpuset_setid(), cpuset_getaffinity(), and
cpuset_setaffinity().
Revision Changes Path
1.76 +57 -0 src/sys/compat/freebsd32/freebsd32_misc.c
1.101 +13 -7 src/sys/compat/freebsd32/syscalls.master
More information about the cvs-src
mailing list