In article <[email protected]>, Paul Goyette <[email protected]> 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
