NetBSD/sys/compat/linux
maxv 8d404a3e9c There are two times the same branches.
} else if (addr == LUSR_OFF(__signal)) {
 			error = ENOTSUP;
		} else if (addr == LUSR_OFF(__signal)) {
			error = ENOTSUP;
		}

Just delete one of them. Spotted by my code scanner.

ok christos@
2014-04-15 17:53:09 +00:00
..
arch There are two times the same branches. 2014-04-15 17:53:09 +00:00
common A specially-crafted binary could easily control a kernel array index. 2014-04-15 17:29:00 +00:00
files.linux
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c
Makefile.inc use new bsd.syscall.mk 2014-01-14 18:51:24 +00:00