Oops, deleted a register_t instead of register in previous.
This commit is contained in:
parent
dc1d3940db
commit
b7c062102c
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: mips_machdep.c,v 1.49 1999/04/24 08:10:41 simonb Exp $ */
|
/* $NetBSD: mips_machdep.c,v 1.50 1999/04/24 15:04:32 simonb Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||||
|
|
||||||
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.49 1999/04/24 08:10:41 simonb Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.50 1999/04/24 15:04:32 simonb Exp $");
|
||||||
|
|
||||||
#include "opt_bufcache.h"
|
#include "opt_bufcache.h"
|
||||||
#include "opt_compat_netbsd.h"
|
#include "opt_compat_netbsd.h"
|
||||||
|
@ -820,7 +820,7 @@ int
|
||||||
sys___sigreturn14(p, v, retval)
|
sys___sigreturn14(p, v, retval)
|
||||||
struct proc *p;
|
struct proc *p;
|
||||||
void *v;
|
void *v;
|
||||||
*retval;
|
register_t *retval;
|
||||||
{
|
{
|
||||||
struct sys___sigreturn14_args /* {
|
struct sys___sigreturn14_args /* {
|
||||||
syscallarg(struct sigcontext *) sigcntxp;
|
syscallarg(struct sigcontext *) sigcntxp;
|
||||||
|
|
Loading…
Reference in New Issue