diff options
-rw-r--r-- | sys/arch/pica/pica/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pica/pica/machdep.c b/sys/arch/pica/pica/machdep.c index 8a917e36f68..7a9c8f081d3 100644 --- a/sys/arch/pica/pica/machdep.c +++ b/sys/arch/pica/pica/machdep.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 8.3 (Berkeley) 1/12/94 - * $Id: machdep.c,v 1.3 1995/10/28 19:19:07 deraadt Exp $ + * $Id: machdep.c,v 1.4 1995/10/28 23:09:55 deraadt Exp $ */ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ @@ -806,7 +806,7 @@ sys_sigreturn(p, v, retval) void *v; register_t *retval; { - struct sigreturn_args /* { + struct sys_sigreturn_args /* { syscallarg(struct sigcontext *) sigcntxp; } */ *uap = v; register struct sigcontext *scp; |