diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 23:09:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-28 23:09:56 +0000 |
commit | 3d4ee810c28afd488fcfd4725966c99607bda0fc (patch) | |
tree | 194d322e73dcdfd2ba2a3aede44066ba0ec7b383 | |
parent | 4347281aac1de40b684a4177044503a2b9008f2e (diff) |
sigreturn_args -> sys_sigreturn_args
-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; |