In article <20151130224854.4e00...@cvs.netbsd.org>,
Paul Goyette <source-changes-d@NetBSD.org> wrote:

> #include <sys/fstypes.h>
> #include <sys/proc.h>
>@@ -392,7 +392,7 @@ rump___sysimpl_getpid(void )
>       register_t retval[2];
>       pid_t rv = -1;
> 
>-      (void)rsys_syscall(SYS_getpid, NULL, 0, retval);
>+      rsys_syscall(SYS_getpid, NULL, 0, retval);

Great, now coverity will start bitching again about we have x hundred
places checking the result and 5 not. Why did you change that?

christos


Reply via email to