From 61f08952b6201802bdbfd3b67426d00d6959b125 Mon Sep 17 00:00:00 2001 From: mjacob Date: Thu, 11 Feb 2010 18:34:06 +0000 Subject: 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. --- sys/rpc/clnt_dg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/rpc/clnt_dg.c') 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 -- cgit v1.1