Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
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?
christos
Home |
Main Index |
Thread Index |
Old Index