On Mon, 30 Nov 2015, Christos Zoulas wrote:
In article <20151130224854.4E00D9A%cvs.netbsd.org@localhost>, Paul Goyette <source-changes-d%NetBSD.org@localhost> 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?
I think this is fixed now. You shouldn't need to edit the generated file any more. :) +------------------+--------------------------+------------------------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +------------------+--------------------------+------------------------+