summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-11-25 07:04:43 +0000
committerjlemon <jlemon@FreeBSD.org>2000-11-25 07:04:43 +0000
commit2cc9c3919ea00049168b877ec06ce6d14b9165cb (patch)
tree924c73579eb18f8c7ead67d5e13239c0fc2b63f5 /sys/i386/linux
parent7f57729d27eabceea7b2d1da8e4daa1aff81d4b1 (diff)
downloadFreeBSD-src-2cc9c3919ea00049168b877ec06ce6d14b9165cb.zip
FreeBSD-src-2cc9c3919ea00049168b877ec06ce6d14b9165cb.tar.gz
Correct a misnamed argument hidden behind a #ifdef DEBUG
Found by: LINT
Diffstat (limited to 'sys/i386/linux')
-rw-r--r--sys/i386/linux/linux_sysvec.c2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud