Date: Thu, 10 Jul 2008 17:45:57 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master Message-ID: <200807101746.m6AHk5Xl058418@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807101746.m6AHk5Xl058418>