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 Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
linux_syscall.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
linux_syscallargs.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
linux_syscalls.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
Makefile.inc use new bsd.syscall.mk 2014-01-14 18:51:24 +00:00