diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2003-12-05 21:12:42 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2003-12-05 21:12:42 +0000 |
| commit | 0e253cf5f54beffd65f630ade23fe74eef42305d (patch) | |
| tree | 8b7be904623d8f09e0aca7d8e907a62877a4a22e /sys/compat/linux | |
| parent | f7e4c22afcf99a4d25506faddfc26679a7877e06 (diff) | |
back the sigfilter emulation hook change off
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index d9ee385acbb..78b3d5ccdc3 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.67 2003/12/04 19:38:23 atatat Exp $ */ +/* $NetBSD: linux_exec.c,v 1.68 2003/12/05 21:12:43 jdolecek Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.67 2003/12/04 19:38:23 atatat Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.68 2003/12/05 21:12:43 jdolecek Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -127,7 +127,6 @@ const struct emul emul_linux = { linux_syscallnames, linux_sendsig, linux_trapsignal, - NULL, linux_sigcode, linux_esigcode, &emul_linux_object, |
