summaryrefslogtreecommitdiffstats
path: root/sys/rpc/clnt_dg.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
committermjacob <mjacob@FreeBSD.org>2010-02-11 18:34:06 +0000
commit61f08952b6201802bdbfd3b67426d00d6959b125 (patch)
tree1e4ba746fa5c966751e486d77fd709debce07fc4 /sys/rpc/clnt_dg.c
parent67381ac879e09443413d6c8099abfe4a91ec50a5 (diff)
downloadFreeBSD-src-61f08952b6201802bdbfd3b67426d00d6959b125.zip
FreeBSD-src-61f08952b6201802bdbfd3b67426d00d6959b125.tar.gz
MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,
201408,201325,200089,198822,197373,197372,197214,196162). Since one of those changes was a semicolon cleanup from somebody else, this touches a lot more.
Diffstat (limited to 'sys/rpc/clnt_dg.c')
-rw-r--r--sys/rpc/clnt_dg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/clnt_dg.c b/sys/rpc/clnt_dg.c
index 78f4a9a..e3fa02c 100644
--- a/sys/rpc/clnt_dg.c
+++ b/sys/rpc/clnt_dg.c
@@ -258,7 +258,7 @@ clnt_dg_create(
rpc_createerr.cf_error.re_errno = 0;
goto err2;
}
- cu->cu_mcalllen = XDR_GETPOS(&xdrs);;
+ cu->cu_mcalllen = XDR_GETPOS(&xdrs);
/*
* By default, closeit is always FALSE. It is users responsibility
OpenPOWER on IntegriCloud