diff options
| author | mrg <mrg@NetBSD.org> | 2005-05-20 01:06:50 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2005-05-20 01:06:50 +0000 |
| commit | f56c2db8b9310de7d7de36c86d8ae33be53fb76c (patch) | |
| tree | 969f99c2d771c07031b813c5d9d9209229767c9d /sys/compat/linux | |
| parent | 8612e62aa332d7784d034073d323db67711df358 (diff) | |
tramp and vers are used unconditionally, make them visible everywhere.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/common/linux_signal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_signal.c b/sys/compat/linux/common/linux_signal.c index 8229faf6794..0b1a765c8f6 100644 --- a/sys/compat/linux/common/linux_signal.c +++ b/sys/compat/linux/common/linux_signal.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_signal.c,v 1.46 2005/05/19 21:16:29 manu Exp $ */ +/* $NetBSD: linux_signal.c,v 1.47 2005/05/20 01:06:50 mrg Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_signal.c,v 1.46 2005/05/19 21:16:29 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_signal.c,v 1.47 2005/05/20 01:06:50 mrg Exp $"); #define COMPAT_LINUX 1 @@ -291,9 +291,9 @@ linux_sys_rt_sigaction(l, v, retval) struct linux_sigaction nlsa, olsa; struct sigaction nbsa, obsa; int error, sig; -#if defined __amd64__ void *tramp = NULL; int vers = 0; +#if defined __amd64__ struct sigacts *ps = p->p_sigacts; #endif |
