Date: Fri, 29 Sep 2006 14:48:14 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 106896 for review Message-ID: <200609291448.k8TEmEqn084757@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106896 Change 106896 by rdivacky@rdivacky_witten on 2006/09/29 14:47:56 Size_t instead of int to let this compile on amd64. Affected files ... .. //depot/projects/linuxolator/src/sys/compat/linux/linux_aio.c#7 edit Differences ... ==== //depot/projects/linuxolator/src/sys/compat/linux/linux_aio.c#7 (text+ko) ==== @@ -475,7 +475,7 @@ static int mirror_native_aio_sysctl(struct thread *td) { int nerr = 0; - int l; + size_t l; l = sizeof(native_aio_capacity_proc); nerr = kernel_sysctlbyname(td, NATIVE_AIO_SYSCTL_CAPACITY_PROC,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609291448.k8TEmEqn084757>