On Mon, 30 Nov 2015, Christos Zoulas wrote:
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?
I didn't directly change this - perhaps it is one of the regenerated
files? In which case the makesyscalls.sh script should be fixed...
I will check and fix.
+------------------+--------------------------+------------------------+
| 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 |
+------------------+--------------------------+------------------------+