catch up with const sigset_t
This commit is contained in:
parent
44f376e8fc
commit
541faba137
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: netbsd32_machdep.c,v 1.35 2003/07/15 03:36:09 lukem Exp $ */
|
/* $NetBSD: netbsd32_machdep.c,v 1.36 2003/09/26 18:10:01 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998, 2001 Matthew R. Green
|
* Copyright (c) 1998, 2001 Matthew R. Green
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.35 2003/07/15 03:36:09 lukem Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.36 2003/09/26 18:10:01 christos Exp $");
|
||||||
|
|
||||||
#ifdef _KERNEL_OPT
|
#ifdef _KERNEL_OPT
|
||||||
#include "opt_compat_netbsd.h"
|
#include "opt_compat_netbsd.h"
|
||||||
@ -167,7 +167,7 @@ extern int sigdebug;
|
|||||||
void
|
void
|
||||||
netbsd32_sendsig(sig, mask, code)
|
netbsd32_sendsig(sig, mask, code)
|
||||||
int sig;
|
int sig;
|
||||||
sigset_t *mask;
|
const sigset_t *mask;
|
||||||
u_long code;
|
u_long code;
|
||||||
{
|
{
|
||||||
register struct lwp *l = curlwp;
|
register struct lwp *l = curlwp;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: sunos32_machdep.c,v 1.11 2003/07/15 03:36:10 lukem Exp $ */
|
/* $NetBSD: sunos32_machdep.c,v 1.12 2003/09/26 18:10:01 christos Exp $ */
|
||||||
/* from: NetBSD: sunos_machdep.c,v 1.14 2001/01/29 01:37:56 mrg Exp */
|
/* from: NetBSD: sunos_machdep.c,v 1.14 2001/01/29 01:37:56 mrg Exp */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: sunos32_machdep.c,v 1.11 2003/07/15 03:36:10 lukem Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: sunos32_machdep.c,v 1.12 2003/09/26 18:10:01 christos Exp $");
|
||||||
|
|
||||||
#ifdef _KERNEL_OPT
|
#ifdef _KERNEL_OPT
|
||||||
#include "opt_ddb.h"
|
#include "opt_ddb.h"
|
||||||
@ -161,7 +161,7 @@ sunos32_setregs(l, pack, stack)
|
|||||||
void
|
void
|
||||||
sunos32_sendsig(sig, mask, code)
|
sunos32_sendsig(sig, mask, code)
|
||||||
int sig;
|
int sig;
|
||||||
sigset_t *mask;
|
const sigset_t *mask;
|
||||||
u_long code;
|
u_long code;
|
||||||
{
|
{
|
||||||
struct lwp *l = curlwp; /* XXX */
|
struct lwp *l = curlwp; /* XXX */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: svr4_32_machdep.c,v 1.14 2003/08/10 15:17:55 martin Exp $ */
|
/* $NetBSD: svr4_32_machdep.c,v 1.15 2003/09/26 18:10:01 christos Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1994 The NetBSD Foundation, Inc.
|
* Copyright (c) 1994 The NetBSD Foundation, Inc.
|
||||||
@ -37,7 +37,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: svr4_32_machdep.c,v 1.14 2003/08/10 15:17:55 martin Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: svr4_32_machdep.c,v 1.15 2003/09/26 18:10:01 christos Exp $");
|
||||||
|
|
||||||
#ifndef _LKM
|
#ifndef _LKM
|
||||||
#include "opt_ddb.h"
|
#include "opt_ddb.h"
|
||||||
@ -469,7 +469,7 @@ svr4_32_getsiginfo(si, sig, code, addr)
|
|||||||
void
|
void
|
||||||
svr4_32_sendsig(sig, mask, code)
|
svr4_32_sendsig(sig, mask, code)
|
||||||
int sig;
|
int sig;
|
||||||
sigset_t *mask;
|
const sigset_t *mask;
|
||||||
u_long code;
|
u_long code;
|
||||||
{
|
{
|
||||||
register struct lwp *l = curlwp;
|
register struct lwp *l = curlwp;
|
||||||
|
Loading…
Reference in New Issue
Block a user