Date: Tue, 25 Mar 2008 14:13:54 +0300 From: Andrey Chernov <ache@nagual.pp.ru> To: Ruslan Ermilov <ru@FreeBSD.ORG> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys cpuset.h src/sys/kern kern_cpuset.c makesyscalls.sh syscalls.master Message-ID: <20080325111354.GA10526@nagual.pp.ru> In-Reply-To: <200803250911.m2P9Brlu023961@repoman.freebsd.org> References: <200803250911.m2P9Brlu023961@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 25, 2008 at 09:11:53AM +0000, Ruslan Ermilov wrote: > ru 2008-03-25 09:11:53 UTC > > FreeBSD src repository > > Modified files: > sys/sys cpuset.h > sys/kern kern_cpuset.c makesyscalls.sh > syscalls.master > Log: > Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t. /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c: In function 'linux_sched_getaffinity': /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c:1753: warning: assignment from incompatible pointer type /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c: In function 'linux_sched_setaffinity': /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c:1779: warning: assignment from incompatible pointer type -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080325111354.GA10526>