From 2cc9c3919ea00049168b877ec06ce6d14b9165cb Mon Sep 17 00:00:00 2001 From: jlemon Date: Sat, 25 Nov 2000 07:04:43 +0000 Subject: Correct a misnamed argument hidden behind a #ifdef DEBUG Found by: LINT --- sys/i386/linux/linux_sysvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386/linux') diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 9925292..7d7fccb 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -481,7 +481,7 @@ linux_sigreturn(p, args) #ifdef DEBUG printf("Linux-emul(%ld): linux_sigreturn(%p)\n", - (long)p->p_pid, (void *)args->scp); + (long)p->p_pid, (void *)args->sfp); #endif /* * The trampoline code hands us the sigframe. -- cgit v1.1