summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1999-02-15 08:56:06 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1999-02-15 08:56:06 +0000
commit420d6f278c49d24c7dc4cf3e00bab5faf8895004 (patch)
tree3d2f60ece19b1563eed2880ec2ccb5d618947570 /sys
parenta1a4d6fa54178f9992ec98eb639f0fe9cfed63a7 (diff)
sp or stack, not both.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/mac68k/machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c
index b141d86f359..f699ed6baed 100644
--- a/sys/arch/mac68k/mac68k/machdep.c
+++ b/sys/arch/mac68k/mac68k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.55 1999/02/04 23:00:25 niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.56 1999/02/15 08:56:05 todd Exp $ */
/* $NetBSD: machdep.c,v 1.134 1997/02/14 06:15:30 scottr Exp $ */
/*
@@ -500,10 +500,10 @@ void via_shutdown __P((void));
* but would break init; should be fixed soon.
*/
void
-setregs(p, pack, sp, retval)
+setregs(p, pack, stack, retval)
register struct proc *p;
struct exec_package *pack;
- u_long sp;
+ u_long stack;
register_t *retval;
{
#ifdef COMPAT_SUNOS