summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/compat/svr4/svr4_stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c
index 21ec309..1a38717 100644
--- a/sys/compat/svr4/svr4_stream.c
+++ b/sys/compat/svr4/svr4_stream.c
@@ -2273,8 +2273,8 @@ int svr4_sys_recv(td, uap)
SCARG(&ora, buf) = SCARG(uap, buf);
SCARG(&ora, len) = SCARG(uap, len);
SCARG(&ora, flags) = SCARG(uap, flags);
- SCARG(&osa, from) = NULL;
- SCARG(&osa, fromlen) = 0;
+ SCARG(&ora, from) = NULL;
+ SCARG(&ora, fromlen) = 0;
return recvfrom(td, &ora);
}
OpenPOWER on IntegriCloud