summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-09-23 21:05:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-09-23 21:05:41 +0000
commitbb25b2dda9fbe5c2c9da87829cda6215d1541f6c (patch)
tree94f068d7ba5743d03b033f776a84fcef1399ae3a
parent1d26b5606fb7c7035d9b36f5dfbe0f650ef97557 (diff)
Notes
-rw-r--r--sys/compat/svr4/svr4_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c
index 1a3871737453..e204f6014c5b 100644
--- a/sys/compat/svr4/svr4_stream.c
+++ b/sys/compat/svr4/svr4_stream.c
@@ -2274,7 +2274,7 @@ int svr4_sys_recv(td, uap)
SCARG(&ora, len) = SCARG(uap, len);
SCARG(&ora, flags) = SCARG(uap, flags);
SCARG(&ora, from) = NULL;
- SCARG(&ora, fromlen) = 0;
+ SCARG(&ora, fromlenaddr) = NULL;
return recvfrom(td, &ora);
}