Date: Thu, 28 Jul 2016 14:20:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, ed@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Subject: FreeBSD_HEAD_arm64 - Build #3716 - Fixed Message-ID: <104979039.41.1469715651530.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <547463469.35.1469706987791.JavaMail.jenkins@jenkins-9.freebsd.org> References: <547463469.35.1469706987791.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_arm64 - Build #3716 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3716/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3716/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3716/console Change summaries: 303437 by mav: Fix r303429 build with invariants. 303436 by ed: Regenerate system call table for r303435. 303435 by ed: Change the return type of msgrcv() to ssize_t as required by POSIX. It looks like the msgrcv() system call is already written in such a way that the size is internally computed as a size_t and written into all of td_retval[0]. This means that it is effectively already returning ssize_t. It's just that the userspace prototype doesn't match up.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?104979039.41.1469715651530.JavaMail.jenkins>