catch up with const sigset_t

This commit is contained in:
christos 2003-09-26 18:10:01 +00:00
parent 44f376e8fc
commit 541faba137
3 changed files with 9 additions and 9 deletions

View File

@ -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
@ -29,7 +29,7 @@
*/
#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
#include "opt_compat_netbsd.h"
@ -167,7 +167,7 @@ extern int sigdebug;
void
netbsd32_sendsig(sig, mask, code)
int sig;
sigset_t *mask;
const sigset_t *mask;
u_long code;
{
register struct lwp *l = curlwp;

View File

@ -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 */
/*
@ -30,7 +30,7 @@
*/
#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
#include "opt_ddb.h"
@ -161,7 +161,7 @@ sunos32_setregs(l, pack, stack)
void
sunos32_sendsig(sig, mask, code)
int sig;
sigset_t *mask;
const sigset_t *mask;
u_long code;
{
struct lwp *l = curlwp; /* XXX */

View File

@ -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.
@ -37,7 +37,7 @@
*/
#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
#include "opt_ddb.h"
@ -469,7 +469,7 @@ svr4_32_getsiginfo(si, sig, code, addr)
void
svr4_32_sendsig(sig, mask, code)
int sig;
sigset_t *mask;
const sigset_t *mask;
u_long code;
{
register struct lwp *l = curlwp;