summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netncp/ncp_ncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netncp/ncp_ncp.c b/sys/netncp/ncp_ncp.c
index bf51b43..f2f4e11 100644
--- a/sys/netncp/ncp_ncp.c
+++ b/sys/netncp/ncp_ncp.c
@@ -215,7 +215,7 @@ ncp_renegotiate_connparam(struct ncp_conn *conn, int buffsize, u_int8_t in_optio
if (conn->li.saddr.sa_family == AF_IPX) {
ilen = sizeof(ckslevel);
error = kernel_sysctlbyname(curthread, "net.ipx.ipx.checksum",
- &ckslevel, &ilen, NULL, 0, NULL);
+ &ckslevel, &ilen, NULL, 0, NULL, 0);
if (error)
return error;
if (ckslevel == 2)
OpenPOWER on IntegriCloud